changed chat indentation, allow leftclick for CardInfoWidget in ChatView, changed GameSelector indentation

This commit is contained in:
Max-Wilhelm Bruker
2011-08-03 01:19:57 +02:00
parent c90b1b6a8e
commit a569a1b8b1
4 changed files with 19 additions and 19 deletions

View File

@@ -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));