aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
}
]
}