mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 20:41:10 +00:00
Fix compiler warning
This commit is contained in:
parent
c860427026
commit
7e709cd018
1 changed files with 1 additions and 0 deletions
|
|
@ -3563,6 +3563,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