should not be needed, is weird check
This commit is contained in:
parent
c72b97c657
commit
3316b6e74a
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user