resolving comments

This commit is contained in:
Chr1Z93 2022-12-12 10:21:24 +01:00
parent 552b9699d4
commit e6d9248997

View File

@ -1,5 +1,3 @@
local zone = getObjectFromGUID("a2f932")
local excluded = {
["b7b45b"] = true,
["f182ee"] = true,
@ -57,6 +55,7 @@ function shift_up(color) shift(color, "up") end
function shift_down(color) shift(color, "down") end
function shift(color, direction)
local zone = getObjectFromGUID("a2f932")
if not zone then
broadcastToColor("Scripting zone couldn't be found.", color, "Red")
return