Track LocalMods as part of monolith
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
if SERVER then return end
|
||||
|
||||
Hook.Patch("AllJobsSeeReports", "Barotrauma.OrderPrefab", "HasSpecifiedJob", function(instance, ptable)
|
||||
ptable.PreventExecution = true
|
||||
|
||||
return true
|
||||
end, Hook.HookMethodType.Before)
|
||||
Reference in New Issue
Block a user