Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion scripts/beacons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading