- added a new builtin plugin: Details_YouAreNotPrepared.

- options panel recreated from scretch.
This commit is contained in:
terciob19
2013-12-20 19:23:57 -02:00
parent 985f8badb8
commit f6d807bf51
34 changed files with 2986 additions and 1296 deletions
+2 -2
View File
@@ -397,7 +397,7 @@ local APIFrameFunctions
frame.isMoving = true
frame:StartMoving()
end
elseif (not frame.MyObject.container.isLocked and frame.MyObject.container:IsMovable()) then
if (not frame.isLocked and frame:IsMovable()) then
frame.MyObject.container.isMoving = true
@@ -431,7 +431,7 @@ local APIFrameFunctions
frame.MyObject.container.isMoving = false
end
end
end
end
------------------------------------------------------------------------------------------------------------
--> object constructor