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
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-04-19 23:07:48 +0200
commitffdf44de4aed8e34cdc1d749193271ac80facaf3 (patch)
tree33047ed462c806f47d036a56b910c70edb27010b /Northstar.CustomServers/mod.json
parent4af93f01e625e465e4756226548fcfb6bba7e5da (diff)
downloadNorthstarMods-ffdf44de4aed8e34cdc1d749193271ac80facaf3.tar.gz
NorthstarMods-ffdf44de4aed8e34cdc1d749193271ac80facaf3.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 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"
},