mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-08 14:08:04 -06:00
removed debug alert
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user