From e528586ce927e3ac962c3ef3a15018e2fbb90e38 Mon Sep 17 00:00:00 2001 From: protocol_1903 <67478786+protocol-1903@users.noreply.github.com> Date: Tue, 5 May 2026 00:41:39 -0700 Subject: [PATCH] fix a crash when indexing a nil value --- scripts/beacons.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/beacons.lua b/scripts/beacons.lua index 708db6dd..f6399148 100644 --- a/scripts/beacons.lua +++ b/scripts/beacons.lua @@ -218,7 +218,6 @@ end Beacons.events.on_built = function(event) local entity = event.entity local ghost_name = beacon_ghosts[event.player_index] - beacon_ghosts[event.player_index] = nil if not entity.valid then return end local alert if entity.type == "beacon" then