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

Rename function

This commit is contained in:
Jbleezy
2023-10-18 00:10:09 -07:00
parent 65f701af99
commit 664d3995ae

View File

@ -96,7 +96,7 @@ init()
maps\mp\zombies\_zm::spawn_life_brush( (94, 6063, 240), 256, 256 ); maps\mp\zombies\_zm::spawn_life_brush( (94, 6063, 240), 256, 256 );
remove_acid_trap_player_spawn(); player_spawn_location_changes();
level thread updatecraftables(); level thread updatecraftables();
level thread grief_brutus_spawn_after_time(); level thread grief_brutus_spawn_after_time();
@ -193,7 +193,7 @@ door_buy_afterlife_check(door)
return true; return true;
} }
remove_acid_trap_player_spawn() player_spawn_location_changes()
{ {
spawn_points = maps\mp\gametypes_zm\_zm_gametype::get_player_spawns_for_gametype(); spawn_points = maps\mp\gametypes_zm\_zm_gametype::get_player_spawns_for_gametype();
foreach(spawn_point in spawn_points) foreach(spawn_point in spawn_points)
@ -205,6 +205,7 @@ remove_acid_trap_player_spawn()
{ {
if(spawn.origin == (2536, 9704, 1360)) if(spawn.origin == (2536, 9704, 1360))
{ {
// spawn is in acid trap
arrayremovevalue(spawn_array, spawn); arrayremovevalue(spawn_array, spawn);
return; return;
} }