Fix brains breaking checkantags

This commit is contained in:
kevinz000
2017-02-11 16:23:57 +13:00
committed by oranges
parent 3762403553
commit fbf9e46e60
+1 -1
View File
@@ -363,7 +363,7 @@
if(M.client)
observers_connected++
else
other_players += M
other_players++
dat += "<BR><b><font color='blue' size='3'>Players:|[connected_players - lobby_players] ingame|[connected_players] connected|[lobby_players] lobby|</font></b>"
dat += "<BR><b><font color='green'>Living Players:|[living_players_connected] active|[living_players - living_players_connected] disconnected|[living_players_antagonist] antagonists|</font></b>"
dat += "<BR><b><font color='red'>Dead/Observing players:|[observers_connected] active|[observers - observers_connected] disconnected|</font></b>"