fixed wrong hook type

This commit is contained in:
Evil Factory
2021-11-24 21:25:18 -03:00
parent 4436dd5226
commit 3127bfa037

View File

@@ -25,4 +25,4 @@ end, Hook.HookMethodType.Before)
Hook.HookMethod("Barotrauma.Networking.GameServer", "AssignJobs", function (instance, a)
Hook.Call("jobAssigned", a)
end, Hook.HookMethodType.Before)
end, Hook.HookMethodType.After)