Don’t send display normal on input change.

This commit is contained in:
2024-10-24 22:59:29 -05:00
committed by GitHub
parent 4c13c6d46b
commit 8a494071b1
-1
View File
@@ -1270,7 +1270,6 @@ if (Controls) then
if (v ~= nil and #v > 1) then
print("value is not nill and length greater than 1")
Controls['IN'..k].EventHandler = function()
sendCommand(NovaStar.Commands.DisplayNormal[Properties['Model'].Value])
sendCommand(v)
end
else