diff options
author | DBmaoha <56738369+DBmaoha@users.noreply.github.com> | 2022-08-07 06:03:35 +0800 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-07 23:13:30 +0200 |
commit | 84c1660be63fb1440df2720f783215447a208338 (patch) | |
tree | c0aa6bf62c725e96ace92d211318a42afd7263c0 | |
parent | c67b6125ac79da6b1dd00082f785158cfb0299eb (diff) | |
download | NorthstarMods-84c1660be63fb1440df2720f783215447a208338.tar.gz NorthstarMods-84c1660be63fb1440df2720f783215447a208338.zip |
Fixed Turret Visual (#467)
Run _ai_turret_sentry.gnut on ServerSide so that turret will spawn with it's lase
-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" + } } ] } |