Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions addons/sourcemod/scripting/surftimer/sql.sp
Original file line number Diff line number Diff line change
Expand Up @@ -4694,7 +4694,7 @@ public void SQL_selectMapZonesCallback(Handle owner, Handle hndl, const char[] e
}

// 3rd ZoneTypeId
for (int i = 0; i < g_mapZoneGroupCount; i++)
/*for (int i = 0; i < g_mapZoneGroupCount; i++)
for (int k = 0; k < ZONEAMOUNT; k++)
for (int x = 0; x < zoneTypeIdCheckerCount[i][k]; x++)
if (zoneTypeIdChecker[i][k][x] != 1 && (k == 3) || (k == 4))
Expand All @@ -4712,7 +4712,7 @@ public void SQL_selectMapZonesCallback(Handle owner, Handle hndl, const char[] e
Format(szerror, 258, "[SurfTimer] Duplicate Stage Zone ID's on %s [ZoneGroup: %i, ZoneType: 3, ZoneTypeId: %i]", g_szMapName, k, x);
LogError(szerror);
}
}
} */

RefreshZones();

Expand Down