diff options
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 4ad212c4..89bacc36 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -60,6 +60,13 @@ } }, { + "Path": "_northstar_cheatcommands.nut", + "RunOn": "SERVER", + "ServerCallback": { + "After": "NorthstarCheatCommands_Init" + } + }, + { "Path": "_chat.gnut", "RunOn": "SERVER" }, |