This commit is contained in:
Kenny Shields 2014-07-01 20:02:30 -04:00
parent ecf799fa8e
commit 73b8c03b74

View File

@ -941,9 +941,11 @@ function newobject:MoveToTop()
local internal = false
for k, v in ipairs(pinternals) do
if v == self then
internal = true
if pinternals then
for k, v in ipairs(pinternals) do
if v == self then
internal = true
end
end
end