diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-19 02:23:57 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-19 02:23:57 +0000 |
commit | dda0f0240c1a19eeb321d362e751b397a63996ec (patch) | |
tree | b2c270fd94d5897639a1a1ad17b3c3e777833325 /Northstar.Custom/mod.json | |
parent | 917da6226d0aa62717f4ec2abe644589dd8e0e42 (diff) | |
parent | 190349255d45ae88f7b6d2ad872a5df15699d97a (diff) | |
download | NorthstarMods-dda0f0240c1a19eeb321d362e751b397a63996ec.tar.gz NorthstarMods-dda0f0240c1a19eeb321d362e751b397a63996ec.zip |
Merge branch 'main' of https://github.com/R2Northstar/NorthstarMods
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", |