This commit is contained in:
Bunny67
2018-07-10 21:25:40 +03:00
parent 0467f1f310
commit 037de9f1a8
+1 -1
View File
@@ -676,7 +676,7 @@ function B:DoMove(move)
if moveTracker[source] then if moveTracker[source] then
return false, "move incomplete" return false, "move incomplete"
else else
return B:StopStacking(L["Confused.. Try Again!"]) return --[[B:StopStacking(L["Confused.. Try Again!"])]] -- TODO
end end
end end