milo: refactor item page

This commit is contained in:
kepler155c@gmail.com
2019-01-03 05:24:16 -05:00
parent 00e698eb18
commit dd0f37d9dd
9 changed files with 373 additions and 283 deletions

View File

@@ -149,7 +149,7 @@ Event.on('turtle_inventory', function()
if s and not active then
break
end
if s and not m then
if not s and m then
_G.printError(m)
end
os.sleep(3)