We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a46ac commit f9a04c3Copy full SHA for f9a04c3
1 file changed
scripts/commands/server.py
@@ -31,5 +31,7 @@ def run(core, actor, target, commandString):
31
core.setGalaxyStatus(2)
32
if command == 'info':
33
actor.sendSystemMessage(str(core.getActiveZoneClients()) + ' online characters.', 0)
34
-
+ if command == 'shutdown':
35
+ core.initiateShutdown()
36
+
37
return
0 commit comments