Files
impostor/inc/desition/desition.go_to_office.lua
Zsolt Tasnadi 9eef8fd6e0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline failed
Util.go_to_screen_by_id
2026-02-17 21:58:22 +01:00

9 lines
187 B
Lua

DesitionManager.register({
id = "go_to_office",
label = "Go to Office",
handle = function()
Util.go_to_screen_by_id("office")
end,
condition = function() return true end
})