Got_MapQueuecmd: Add a success message for adding a map to the round queue (visible only to admins)
This commit is contained in:
parent
9a1212f32e
commit
b30dd43ec6
1 changed files with 5 additions and 0 deletions
|
|
@ -4369,6 +4369,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…
Reference in a new issue