Skip to content

Commit f9a04c3

Browse files
committed
shutdown command fix
1 parent b9a46ac commit f9a04c3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/commands/server.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ def run(core, actor, target, commandString):
3131
core.setGalaxyStatus(2)
3232
if command == 'info':
3333
actor.sendSystemMessage(str(core.getActiveZoneClients()) + ' online characters.', 0)
34-
34+
if command == 'shutdown':
35+
core.initiateShutdown()
36+
3537
return

0 commit comments

Comments
 (0)