fix local check

This commit is contained in:
Kae 2023-08-06 17:45:48 +10:00
parent 2a204b384f
commit 3bc2034c15

View File

@ -8,7 +8,7 @@ end
function module.init()
for name, func in pairs(commands) do
message.setHandler("/" .. name, function(isLocal, _, ...)
message.setHandler("/" .. name, function(_, isLocal, ...)
if not isLocal then
return
else