diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:11:21 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:11:21 +0100 |
commit | 6b0355a7deaee8737fcf3a7d84c88ac678056447 (patch) | |
tree | 1c4c9f2dd034d90976468047353be156c327e50d | |
parent | d6e1b79be856d030895f986ccf94a3cd9cc8898a (diff) |
launch
-rw-r--r-- | listener.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/listener.lua b/listener.lua index d8728e7..4f14a37 100644 --- a/listener.lua +++ b/listener.lua @@ -37,7 +37,7 @@ function main() else local op = words[3] if ops[op] then - ops[op](unpack(args,4)) + ops[op](unpack(words,4)) else print("unknown op "..op) end |