follow the spaghetti
This commit is contained in:
Nairda 2021-01-20 21:25:36 +01:00 committed by GitHub
parent 3ceb90644f
commit ed90da0eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -702,9 +702,9 @@ public void LoadStageZones()
{
char sQuery[256];
FormatEx(sQuery, 256, "SELECT id, data FROM mapzones WHERE type = %i and map = '%s'", Zone_Stage, gS_Map);
#if DEBUG
#if DEBUG
PrintToChatAll("%s", sQuery);
#endif
#endif
gH_SQL.Query(SQL_GetStageZone_Callback, sQuery,0, DBPrio_High);
}