mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 08:08:00 -05:00
Docks: fix wolf powerup not spawning at correct location
This commit is contained in:
@ -93,7 +93,7 @@ wolf_spit_out_powerup()
|
||||
}
|
||||
}
|
||||
|
||||
if (level.scr_zm_map_start_location == "docks")
|
||||
if (getDvar("ui_zm_mapstartlocation_fake") == "docks")
|
||||
{
|
||||
power_origin_struct = spawnStruct();
|
||||
power_origin_struct.origin = ( 41.4695, 6096.17, -102.9326 );
|
||||
|
Reference in New Issue
Block a user