This commit is contained in:
Bunny67
2018-07-13 17:31:57 +03:00
parent 89e48a1432
commit c9f6edcd9b
13 changed files with 21 additions and 59 deletions
+1 -3
View File
@@ -338,9 +338,7 @@ function E:CreateMover(parent, name, text, overlay, snapoffset, postdrag, moverT
E.CreatedMovers[name]["shouldDisable"] = shouldDisable
E.CreatedMovers[name]["type"] = {}
local types = {split(",", moverTypes)}
for i = 1, getn(types) do
local moverType = types[i]
for _, moverType in {split(",", moverTypes)} do
E.CreatedMovers[name]["type"][moverType] = true
end
end