- Fixed more in at_failed_login(). Forgot a pass, whoops.
This commit is contained in:
parent
c1f35a4e10
commit
2c62e93fb4
1 changed files with 1 additions and 0 deletions
|
|
@ -686,6 +686,7 @@ class DefaultPlayer(PlayerDB):
|
||||||
Args:
|
Args:
|
||||||
session (session): Session logging in.
|
session (session): Session logging in.
|
||||||
"""
|
"""
|
||||||
|
pass
|
||||||
|
|
||||||
def at_disconnect(self, reason=None):
|
def at_disconnect(self, reason=None):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue