From 4a07462e41f98235fd28d993356c29d4241cfbee Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Fri, 24 Mar 2023 23:35:24 -0700 Subject: [PATCH] Power Station: fix lava death barrier respawning players instantly --- scripts/zm/locs/zm_transit_loc_power.gsc | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/zm/locs/zm_transit_loc_power.gsc b/scripts/zm/locs/zm_transit_loc_power.gsc index c1c943e9..683e431c 100644 --- a/scripts/zm/locs/zm_transit_loc_power.gsc +++ b/scripts/zm/locs/zm_transit_loc_power.gsc @@ -41,7 +41,6 @@ main() generatebuildabletarps(); disable_zombie_spawn_locations(); level thread activate_core(); - level thread maps\mp\zm_transit::falling_death_init(); scripts\zm\locs\loc_common::init(); }