mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Also dox to admins
This commit is contained in:
parent
7114d966c1
commit
c4f314f8af
1 changed files with 1 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ void K_InitNewMidVote(player_t *caller, midVoteType_e type, INT32 variable, play
|
|||
g_midVote.variable = variable;
|
||||
g_midVote.victim = victim;
|
||||
|
||||
if (server)
|
||||
if (server || IsPlayerAdmin(consoleplayer))
|
||||
{
|
||||
if (victim)
|
||||
CONS_Printf("%s called a vote to %s %s\n", player_names[caller-players], g_midVoteTypeDefs[type].name, player_names[victim-players]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue