From aad66d78924569a5974297355635ee8606a039af Mon Sep 17 00:00:00 2001 From: DBmaoha <56738369+DBmaoha@users.noreply.github.com> Date: Sun, 7 Aug 2022 06:03:35 +0800 Subject: Fixed Turret Visual (#467) Run _ai_turret_sentry.gnut on ServerSide so that turret will spawn with it's lase --- Northstar.CustomServers/mod.json | 7 +++++++ 1 file changed, 7 insertions(+) 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" + } } ] } -- cgit v1.2.3