decided otherwise about these restrictions. admins should just do nominate_addmap without being blocked
This commit is contained in:
parent
22131d492f
commit
9eab0fc24f
@ -399,6 +399,7 @@ public Action Command_Addmap(int client, int args)
|
|||||||
AttemptAdminNominate(client, mapname);
|
AttemptAdminNominate(client, mapname);
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
int Cooldown1 = GetMapCooldownTime(mapname);
|
int Cooldown1 = GetMapCooldownTime(mapname);
|
||||||
if(Cooldown1 > GetTime())
|
if(Cooldown1 > GetTime())
|
||||||
{
|
{
|
||||||
@ -460,7 +461,7 @@ public Action Command_Addmap(int client, int args)
|
|||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
NominateResult result = NominateMap(mapname, true, 0);
|
NominateResult result = NominateMap(mapname, true, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user