Files
BarotraumaModServer/LocalMods/All Jobs See Reports (Lua)/Lua/Autorun/alljobsseereports.lua
T

7 lines
215 B
Lua
Executable File

if SERVER then return end
Hook.Patch("AllJobsSeeReports", "Barotrauma.OrderPrefab", "HasSpecifiedJob", function(instance, ptable)
ptable.PreventExecution = true
return true
end, Hook.HookMethodType.Before)