resolving comments
This commit is contained in:
parent
552b9699d4
commit
e6d9248997
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user