diff --git a/mapchooser_extended/scripting/nominations_extended_avg.sp b/mapchooser_extended/scripting/nominations_extended_avg.sp index ddee656d..b7ca747e 100755 --- a/mapchooser_extended/scripting/nominations_extended_avg.sp +++ b/mapchooser_extended/scripting/nominations_extended_avg.sp @@ -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);