mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +00:00
Fix compiler warning
This commit is contained in:
parent
c50133fb47
commit
5d5e71beda
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue