fix not being able to get out items + chatbox not working + fix readme
This commit is contained in:
parent
aadf2b2af9
commit
e13c69fe2b
4 changed files with 15 additions and 4 deletions
|
|
@ -95,7 +95,6 @@ end
|
|||
|
||||
function run()
|
||||
if config.chatbox == nil then return end
|
||||
if #config.chatbox == 0 then return end
|
||||
|
||||
while true do
|
||||
local _, user, command, args = os.pullEvent("command")
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue