mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
changed chat indentation, allow leftclick for CardInfoWidget in ChatView, changed GameSelector indentation
This commit is contained in:
parent
c90b1b6a8e
commit
a569a1b8b1
4 changed files with 19 additions and 19 deletions
|
|
@ -75,7 +75,8 @@ void Server_Game::pingClockTimeout()
|
|||
int pingTime;
|
||||
if (player->getProtocolHandler()) {
|
||||
pingTime = player->getProtocolHandler()->getLastCommandTime();
|
||||
allPlayersInactive = false;
|
||||
if (!player->getSpectator())
|
||||
allPlayersInactive = false;
|
||||
} else
|
||||
pingTime = -1;
|
||||
pingList.append(new ServerInfo_PlayerPing(player->getPlayerId(), pingTime));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue