Fix ping times for clients. broken in 74261ad652

master
vexed 2012-02-11 14:53:01 -05:00
parent 46d1e62c8e
commit 65e7c826fe
1 changed files with 4 additions and 0 deletions

View File

@ -241,6 +241,10 @@ bool multiPlayerLoop(void)
sendDataCheck();
}
}
if (NetPlay.bComms)
{
sendPing();
}
// Only have to do this on a true MP game
if (NetPlay.isHost && !ingame.isAllPlayersDataOK && NetPlay.bComms)
{