fix client-side lua errors
This commit is contained in:
@@ -33,10 +33,4 @@ Hook.HookMethod("Barotrauma.Item", "Unequip", function (instance, p)
|
||||
if Hook.Call("itemUnequip", instance, p.character) == true then
|
||||
return false
|
||||
end
|
||||
end, Hook.HookMethodType.Before)
|
||||
|
||||
Hook.HookMethod("Barotrauma.Networking.GameServer", "AssignJobs", function (instance, a)
|
||||
if Hook.Call("jobAssigned", a) == true then
|
||||
return false
|
||||
end
|
||||
end, Hook.HookMethodType.After)
|
||||
end, Hook.HookMethodType.Before)
|
||||
Reference in New Issue
Block a user