Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
de44918d
Commit
de44918d
authored
Mar 09, 2011
by
Max-Wilhelm Bruker
Browse files
server crash fix
parent
c4efa8f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/server_game.cpp
View file @
de44918d
...
...
@@ -253,8 +253,8 @@ bool Server_Game::kickPlayer(int playerId)
if
(
!
playerToKick
)
return
false
;
removePlayer
(
playerToKick
);
sendGameEventToPlayer
(
playerToKick
,
new
Event_Kicked
);
removePlayer
(
playerToKick
);
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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