We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208cac6 commit e702a96Copy full SHA for e702a96
visual-signals_0.16.0/control.lua
@@ -94,7 +94,6 @@ local function onConfigurationChanged(data)
94
if panel.signals then
95
for _, el in ipairs(panel.signals.children_names) do
96
local signalElement = panel.signals[el].icon
97
- game.print(signalElement.name .. " of type " .. signalElement.type)
98
if signalElement.type == "sprite-button" then
99
signalElement.style = "slot_button"
100
end
0 commit comments