Fix compiler warning

This commit is contained in:
James R 2022-01-16 17:35:47 -08:00 committed by SinnamonLat
parent c50133fb47
commit 5d5e71beda

View file

@ -3574,6 +3574,7 @@ static void Command_Login_f(void)
boolean IsPlayerAdmin(INT32 playernum)
{
#if defined (TESTERS) || defined (HOSTTESTERS)
(void)playernum;
return false;
#elif defined (DEVELOP)
return playernum != serverplayer;