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

Fix Grief on Town crash

This commit is contained in:
Jbleezy
2021-12-02 23:51:15 -08:00
parent 7bdeed879b
commit 842d4fb4fc

View File

@ -4396,7 +4396,7 @@ depot_grief_link_nodes()
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;
}