diff options
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 4c933b1c..6ad41af4 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -122,6 +122,18 @@ "RunOn": "CLIENT && MP" }, { + "Path": "gamemodes/gg_earn_meter/sh_gg_earn_meter.gnut", + "RunOn": "( CLIENT || SERVER ) && MP", + }, + { + "Path": "gamemodes/gg_earn_meter/_gg_earn_meter.gnut", + "RunOn": "SERVER && MP" + }, + { + "Path": "gamemodes/gg_earn_meter/cl_gg_earn_meter.gnut", + "RunOn": "CLIENT && MP" + }, + { "Path": "gamemodes/sh_gamemode_gg.gnut", "RunOn": "( CLIENT || SERVER ) && MP", "ClientCallback": { |