diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua index 0412e0afa068..f7a55caaa4cc 100644 --- a/stand/lua/drawer.lua +++ b/stand/lua/drawer.lua @@ -454,7 +454,7 @@ function drawer.drawlogo() x = x + drawer.shift.x y = y + drawer.shift.y - if logdef ~= nil and logodef.shift ~= nil then + if logodef ~= nil and logodef.shift ~= nil then x = x + logodef.shift.x y = y + logodef.shift.y end