fix not being able to get out items + chatbox not working + fix readme

This commit is contained in:
Soph :3 2025-11-11 18:09:14 +02:00
parent aadf2b2af9
commit e13c69fe2b
4 changed files with 15 additions and 4 deletions

View file

@ -33,7 +33,7 @@ local function runUi()
return com
end,
function(option)
local z = option:match("^([^\\s]*)")
local z = option:match("^(%S+)")
if inv.getAIL().getItem(z) then
inv.sendItemToSelf(z)