diff options
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index d47c42cf..1952f72a 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -419,6 +419,10 @@ } }, { + "Path": "gamemodes/_gamemode_fw.nut", + "RunOn": "SERVER && MP" + }, + { "Path": "sh_northstar_http_requests.gnut", "RunOn": "CLIENT || SERVER || UI" } |