mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-03-21 17:34:21 -05:00
Profile: Check keepalive status at d/c
This commit is contained in:
parent
01a667ad54
commit
c99b69facc
|
|
@ -172,7 +172,8 @@ class PlayerSession(LineReceiver):
|
|||
self.locstring = ""
|
||||
self.send_status_to_friends()
|
||||
|
||||
self.keepalive.stop()
|
||||
if self.keepalive.running:
|
||||
self.keepalive.stop()
|
||||
|
||||
if self.profileid in self.sessions:
|
||||
del self.sessions[self.profileid]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user