Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
srvpro
Commits
18e3dc59
Commit
18e3dc59
authored
Aug 19, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix watch leave
parent
ce5b7b96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ygopro-server.coffee
ygopro-server.coffee
+1
-1
ygopro-server.js
ygopro-server.js
+1
-1
No files found.
ygopro-server.coffee
View file @
18e3dc59
...
...
@@ -573,7 +573,7 @@ class Room
index
=
_
.
indexOf
(
@
players
,
client
)
@
players
.
splice
(
index
,
1
)
unless
index
==
-
1
#log.info(@started,@disconnector,@random_type)
if
@
started
and
@
disconnector
!=
'server'
and
@
random_type
if
@
started
and
@
disconnector
!=
'server'
and
@
random_type
and
(
client
.
pos
<
4
or
client
.
is_host
)
ROOM_ban_player
(
client
.
name
,
client
.
ip
,
"强退"
)
if
@
players
.
length
and
!
(
@
windbot
and
client
.
is_host
)
ygopro
.
stoc_send_chat_to_room
this
,
"
#{
client
.
name
}
离开了游戏"
+
if
error
then
":
#{
error
}
"
else
''
...
...
ygopro-server.js
View file @
18e3dc59
...
...
@@ -759,7 +759,7 @@
if
(
index
!==
-
1
)
{
this
.
players
.
splice
(
index
,
1
);
}
if
(
this
.
started
&&
this
.
disconnector
!==
'
server
'
&&
this
.
random_type
)
{
if
(
this
.
started
&&
this
.
disconnector
!==
'
server
'
&&
this
.
random_type
&&
(
client
.
pos
<
4
||
client
.
is_host
)
)
{
ROOM_ban_player
(
client
.
name
,
client
.
ip
,
"
强退
"
);
}
if
(
this
.
players
.
length
&&
!
(
this
.
windbot
&&
client
.
is_host
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment