From 4e955c105916badbdd74cd1a114fc70337f2b8c5 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Thu, 16 Mar 2023 15:31:42 -0700 Subject: [PATCH] Cornfield: remove additional player respawn points --- scripts/zm/locs/zm_transit_loc_cornfield.gsc | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zm/locs/zm_transit_loc_cornfield.gsc b/scripts/zm/locs/zm_transit_loc_cornfield.gsc index 9898a3a6..a14b4c7d 100644 --- a/scripts/zm/locs/zm_transit_loc_cornfield.gsc +++ b/scripts/zm/locs/zm_transit_loc_cornfield.gsc @@ -24,6 +24,7 @@ struct_init() } } + level.struct_class_names["targetname"]["player_respawn_point"] = []; level.struct_class_names["script_noteworthy"]["initial_spawn"] = []; respawn_array = getstructarray(respawnpoints[ind].target, "targetname");