1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-18 19:18:23 -05:00

Remove thread from disable_zombie_spawn_locations

This commit is contained in:
Jbleezy
2023-03-16 18:59:08 -07:00
parent 4e955c1059
commit e3b4776595
2 changed files with 2 additions and 2 deletions

View File

@ -121,9 +121,9 @@ main()
{
init_wallbuys();
init_barriers();
disable_zombie_spawn_locations();
setup_standard_objects("cornfield");
maps\mp\zombies\_zm_magicbox::treasure_chest_init( random( array( "start_chest", "depot_chest" ) ) );
thread disable_zombie_spawn_locations();
scripts\zm\locs\loc_common::init();
}

View File

@ -49,7 +49,7 @@ main()
{
init_wallbuys();
init_barriers();
thread disable_zombie_spawn_locations();
disable_zombie_spawn_locations();
scripts\zm\locs\loc_common::init();
}