New sexy 'move stackable item' window!

This commit is contained in:
BeniS
2013-01-09 06:59:03 +13:00
parent a1a8d28f5c
commit 8d07f8eaf6
4 changed files with 52 additions and 31 deletions

View File

@@ -386,8 +386,9 @@ function onMinimapMouseRelease(self, mousePosition, mouseButton)
if not player:autoWalk(pos) then
modules.game_textmessage.displayStatusMessage(tr('There is no way.'))
return false
else
return true
end
return true
end
return false
end