mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
improve plug/mod cleanup strategy
This commit is contained in:
parent
9ce4fd7420
commit
512d72e97a
5 changed files with 25 additions and 16 deletions
|
|
@ -112,7 +112,7 @@ except: # pragma: no cover
|
|||
finally:
|
||||
logging.debug("Starting shutdown routine")
|
||||
if bwRoutMan:
|
||||
del bwRoutMan
|
||||
bwRoutMan.cleanup()
|
||||
if bwServer:
|
||||
bwServer.stop()
|
||||
if bcServer:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue