diff --git a/mapchooser_extended/scripting/map_cooldown_tracker.sp b/mapchooser_extended/scripting/map_cooldown_tracker.sp index d3fea57..56f4e79 100644 --- a/mapchooser_extended/scripting/map_cooldown_tracker.sp +++ b/mapchooser_extended/scripting/map_cooldown_tracker.sp @@ -82,7 +82,7 @@ public void SQL_OnDatabaseConnect(Database db, const char[] error, any data) public void OnMapStart() { int i_port = GetConVarInt(FindConVar("hostport")); - if (i_port != 27019) + if (i_port != 27015) { return; } @@ -165,7 +165,7 @@ public void SQL_FinishedQuerySelectMaps(Database db, DBResultSet results, const public void OnMapEnd() { int i_port = GetConVarInt(FindConVar("hostport")); - if (i_port != 27019) + if (i_port != 27015) { return; }