didn't commit everything ops

This commit is contained in:
Pao
2023-02-26 22:16:47 +01:00
parent b195c92466
commit 6f59311fd0
15 changed files with 81 additions and 72 deletions

View File

@@ -8,7 +8,7 @@ local ServerCommands = {}
ServerCommands.ResponseCanAct = function(arg)
print("TOC: ResponseCanAct")
print("JCIO: ResponseCanAct")
local ui = GetConfirmUIMP()
ui.responseReceive = true
ui.responseAction = arg["toSend"][2]
@@ -146,7 +146,7 @@ end
local function OnTocServerCommand(module, command, args)
if module == 'TOC' then
print("TOC: On Toc Server Command " .. command)
print("JCIO: On Toc Server Command " .. command)
if ServerCommands[command] then
print("Found command, executing it now")
args = args or {}