aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-04-14 00:37:27 +0100
committerGitHub <noreply@github.com>2022-04-14 00:37:27 +0100
commit59df0969a282b72bff574695845e86e198272850 (patch)
tree3985d1800ab695e84ce5e7aa01e06c4224ab6d32 /Northstar.CustomServers/mod.json
parent27ed61b9285694d428b592f1cd9b8a1f5c1ea3a3 (diff)
downloadNorthstarMods-59df0969a282b72bff574695845e86e198272850.tar.gz
NorthstarMods-59df0969a282b72bff574695845e86e198272850.zip
move devcommands to northstar.customservers (#300)
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-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 4ad212c4f..89bacc36b 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"
},