mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-13 16:48:07 -05:00
Fix Grief on Town crash
This commit is contained in:
@ -4396,7 +4396,7 @@ depot_grief_link_nodes()
|
|||||||
|
|
||||||
town_move_tombstone_machine()
|
town_move_tombstone_machine()
|
||||||
{
|
{
|
||||||
if (!(!is_classic() && level.scr_zm_map_start_location == "town"))
|
if (!(level.scr_zm_ui_gametype == "zstandard" && level.scr_zm_map_start_location == "town"))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user