1
0
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:
Jbleezy
2023-03-17 18:49:18 -07:00
parent a13e5b8c1b
commit aa0cf73cc7

View File

@ -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 );