mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-19 13:23:55 -07:00
server crash fix
This commit is contained in:
parent
712aa9768f
commit
29c4c80ddf
3 changed files with 20 additions and 14 deletions
|
|
@ -75,6 +75,7 @@ public:
|
|||
ResponseCode checkJoin(ServerInfo_User *user, const QString &_password, bool spectator);
|
||||
Server_Player *addPlayer(Server_ProtocolHandler *handler, bool spectator, bool broadcastUpdate = true);
|
||||
void removePlayer(Server_Player *player);
|
||||
void removeArrowsToPlayer(Server_Player *player);
|
||||
bool kickPlayer(int playerId);
|
||||
void startGameIfReady();
|
||||
void stopGameIfFinished();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue