mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
minor visual change, server crash fix, multiplayer leave/concede fixes
This commit is contained in:
parent
6bdc8914a9
commit
d4f600393f
10 changed files with 169 additions and 58 deletions
|
|
@ -22,6 +22,8 @@ Server_Player::~Server_Player()
|
|||
if (handler)
|
||||
handler->playerRemovedFromGame(game);
|
||||
delete userInfo;
|
||||
|
||||
clearZones();
|
||||
}
|
||||
|
||||
int Server_Player::newCardId()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue