mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Fixed built-in triggers not saving spawn point before map changes.
This commit is contained in:
parent
8c706c3699
commit
5ddbbdcede
@ -989,6 +989,11 @@ public void SQL_DeleteCustom_Spawn_Callback(Database db, DBResultSet results, co
|
||||
|
||||
void ClearCustomSpawn()
|
||||
{
|
||||
if(Shavit_IsKZMap())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
for(int i = 0; i < TRACKS_SIZE; i++)
|
||||
{
|
||||
for(int j = 0; j < 3; j++)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user