removed hotkey

This commit is contained in:
monica
2023-01-07 17:22:21 -05:00
committed by Monica Moniot
parent e7446e11c1
commit 2e0216a351
4 changed files with 7 additions and 16 deletions

View File

@@ -865,12 +865,6 @@ local function main()
script.on_nth_tick(nil)
end
script.on_event("cybersyn-toggle-planner", function(event)
local setting = settings.global["cybersyn-enable-planner"]
setting.value = not setting.value
settings.global["cybersyn-enable-planner"] = setting
end)
script.on_init(function()
local setting = settings.global["cybersyn-invert-sign"]
setting.value = false