decided otherwise about these restrictions. admins should just do nominate_addmap without being blocked

This commit is contained in:
jenz 2025-01-24 20:37:37 +01:00
parent 22131d492f
commit 9eab0fc24f

View File

@ -399,6 +399,7 @@ public Action Command_Addmap(int client, int args)
AttemptAdminNominate(client, mapname);
return Plugin_Handled;
}
/*
int Cooldown1 = GetMapCooldownTime(mapname);
if(Cooldown1 > GetTime())
{
@ -460,7 +461,7 @@ public Action Command_Addmap(int client, int args)
return Plugin_Handled;
}
}
*/
NominateResult result = NominateMap(mapname, true, 0);