still more stuff

This commit is contained in:
Pao
2023-02-26 20:00:22 +01:00
parent 7c13ed30c9
commit a2e906b318
13 changed files with 149 additions and 125 deletions

View File

@@ -57,7 +57,7 @@ end
ServerCommands.OperateLimb = function(arg)
local data = arg["toSend"]
TocOperateLimb(data[1], data[2], data[3])
JCIO.OperateLimb(data[1], data[2], data[3])
end
@@ -79,7 +79,7 @@ ServerCommands.EquipProsthesis = function(arg)
-- prosthesis_name = arg[3]
local data = arg["toSend"]
TocEquipProsthesis(data[1], data[2], data[3])
JCIO.EquipProsthesis(data[1], data[2], data[3])
end