aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDBmaoha <56738369+DBmaoha@users.noreply.github.com>2022-08-07 06:03:35 +0800
committerGitHub <noreply@github.com>2022-08-06 23:03:35 +0100
commitaad66d78924569a5974297355635ee8606a039af (patch)
tree561322c541d43e85357cfb56b6f32d2d80cff22d
parenta9bd92ea64f3a99539d6ea734ec0fb05597b83a6 (diff)
downloadNorthstarMods-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
-rw-r--r--Northstar.CustomServers/mod.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index 14e1ff63d..79663febe 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"
+ }
}
]
}