mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Got_MapQueuecmd: Add a success message for adding a map to the round queue (visible only to admins)
This commit is contained in:
parent
2d46112c58
commit
9b0c82d5dc
1 changed files with 5 additions and 0 deletions
|
|
@ -3474,6 +3474,11 @@ static void Got_MapQueuecmd(UINT8 **cp, INT32 playernum)
|
|||
}
|
||||
|
||||
G_MapSlipIntoRoundQueue(queueposition, 0, setgametype, setencore, false);
|
||||
|
||||
if (!IsPlayerAdmin(playernum))
|
||||
return;
|
||||
|
||||
CONS_Printf("queuemap: A map was successfully added to the round queue (position %u)\n", queueposition);
|
||||
}
|
||||
|
||||
static void Command_Pause(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue