removed debug alert

This commit is contained in:
Monica Moniot
2022-11-15 18:31:18 -05:00
parent 43b210efbe
commit cf8676f49c

View File

@@ -786,7 +786,6 @@ local function on_cursor_stack_changed(event)
local player = game.get_player(i) local player = game.get_player(i)
if not player then return end if not player then return end
local cursor = player.cursor_stack local cursor = player.cursor_stack
player.play_sound({path = ALERT_SOUND})
if global.is_player_cursor_blueprint[i] then if global.is_player_cursor_blueprint[i] then
--TODO: check if we can limit this search somehow? --TODO: check if we can limit this search somehow?