Fixed a really dumb error with operateLocal

This commit is contained in:
Pao
2023-01-10 00:37:26 +01:00
parent 097f87b3f7
commit bc285096cc
2 changed files with 13 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
local function operateLocal(partName)
local function operateLocal(worldobjects, partName)
local player = getPlayer();
ISTimedActionQueue.add(ISOperateArm:new(player, player, _, partName, true));
end