mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 23:21:05 +00:00
Forgot to change this back from testing
This commit is contained in:
parent
07e56e550e
commit
7abf8e0f11
1 changed files with 1 additions and 1 deletions
|
@ -2204,7 +2204,7 @@ static void HU_DrawSongCredits(void)
|
|||
|
||||
void HU_drawLocalPing(void)
|
||||
{
|
||||
if (!cv_showping.value || !netgame || consoleplayer != serverplayer) // we don't want to see it or aren't in a netgame, or are the server
|
||||
if (!cv_showping.value || !netgame || consoleplayer == serverplayer) // we don't want to see it or aren't in a netgame, or are the server
|
||||
return;
|
||||
|
||||
INT32 ping = playerpingtable[consoleplayer]; // consoleplayer's ping is everyone's ping in a splitnetgame :P
|
||||
|
|
Loading…
Reference in a new issue