diff options
author | Dinorush <62536724+Dinorush@users.noreply.github.com> | 2023-03-09 16:05:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 22:05:01 +0100 |
commit | e1215c96997a0f348285055998254ba064787af5 (patch) | |
tree | 64dbc3751f130b9c2609d3ae5b366032726d2b03 /Northstar.Custom/mod.json | |
parent | 967889c217bcea0a9edcfd5828febed45e31b0fd (diff) | |
download | NorthstarMods-e1215c96997a0f348285055998254ba064787af5.tar.gz NorthstarMods-e1215c96997a0f348285055998254ba064787af5.zip |
Add damage source IDs for custom Northstar weapons (#539)
* Add custom IDs for custom northstar weapons
* Update to use localization
* Merge updated files
* Fix missing text
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index e81b197f..1f672ee4 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -29,10 +29,7 @@ "Scripts": [ { "Path": "sh_northstar_custom_precache.gnut", - "RunOn": "( CLIENT || SERVER ) && MP", - "ClientCallback": { - "After": "NorthstarCustomPrecache" - }, + "RunOn": "SERVER && MP", "ServerCallback": { "After": "NorthstarCustomPrecache" } |