diff options
author | DBmaoha <56738369+DBmaoha@users.noreply.github.com> | 2022-08-07 06:03:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 23:03:35 +0100 |
commit | aad66d78924569a5974297355635ee8606a039af (patch) | |
tree | 561322c541d43e85357cfb56b6f32d2d80cff22d /Northstar.CustomServers/mod.json | |
parent | a9bd92ea64f3a99539d6ea734ec0fb05597b83a6 (diff) | |
download | NorthstarMods-aad66d78924569a5974297355635ee8606a039af.tar.gz NorthstarMods-aad66d78924569a5974297355635ee8606a039af.zip |
Fixed Turret Visual (#467)
Run _ai_turret_sentry.gnut on ServerSide so that turret will spawn with it's lase
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 14e1ff63..79663feb 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -149,6 +149,13 @@ "ServerCallback": { "Before": "RespawnProtection_Init" } + }, + { + "Path": "/ai/_ai_turret_sentry.gnut", + "RunOn": "SERVER && MP", + "ServerCallback": { + "After": "AiTurretSentry_Init" + } } ] } |