mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
reset server_restart_mode
This commit is contained in:
parent
3e6ea6a8bf
commit
b932df274c
1 changed files with 2 additions and 0 deletions
|
|
@ -197,6 +197,8 @@ class AMPServerProtocol(amp.AMPMultiConnectionProtocol):
|
|||
if process and not _is_windows():
|
||||
# avoid zombie-process on Unix/BSD
|
||||
process.wait()
|
||||
# unset the reset-mode flag on the portal
|
||||
self.factory.portal.server_restart_mode = None
|
||||
return
|
||||
|
||||
def wait_for_disconnect(self, callback, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue