Fixed operate with oven and some ui stuff

This commit is contained in:
Pao
2023-01-23 10:05:32 +01:00
parent 6b39ff83fd
commit 489ea548a0
5 changed files with 7 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ end
Commands["OperateLimb"] = function(arg)
local arg = arg["toSend"]
TheOnlyCure.OperateLimb(arg[1], arg[2], arg[3])
TocOperateLimb(arg[1], arg[2], arg[3])
end