diff options
author | Coopyy <pat.pvp.unturned@gmail.com> | 2022-01-17 14:38:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 17:38:27 -0300 |
commit | bd9cfac5499a76b0a952af2363110e3db44b3178 (patch) | |
tree | 525defb84d7862aae49287eb2c4ebbfc749f0ccf /Northstar.Custom/mod.json | |
parent | d1b696c80c5001f6b62ca41be3bf6bc5647378d0 (diff) | |
download | NorthstarMods-bd9cfac5499a76b0a952af2363110e3db44b3178.tar.gz NorthstarMods-bd9cfac5499a76b0a952af2363110e3db44b3178.zip |
Added Sticks & Stones Configuration as Playlist Vars (#115)
* added mode config options in menu
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 0bf473da..fa7a8730 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -123,7 +123,7 @@ }, { "Path": "gamemodes/gg_earn_meter/sh_gg_earn_meter.gnut", - "RunOn": "( CLIENT || SERVER ) && MP", + "RunOn": "( CLIENT || SERVER ) && MP" }, { "Path": "gamemodes/gg_earn_meter/_gg_earn_meter.gnut", |