should not be needed, is weird check

This commit is contained in:
jenz 2022-09-17 19:18:13 +02:00
parent c72b97c657
commit 3316b6e74a

View File

@ -268,6 +268,12 @@ public void OnMapStart()
Database.Connect(SQL_OnDatabaseConnect, "bot_surfing");
else if(StrContains(map_name, "ze_surf", false) != -1)
{
//should not be needed
for (int i = 0; i < sizeof(map_coorindates); i++)
{
Format(map_coorindates[i], sizeof(map_coorindates[]), "");
Format(map_recordname[i], sizeof(map_recordname[]), "");
}
select_map_related_surfs();
}
}