mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
- 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:
|
||||
session (session): Session logging in.
|
||||
"""
|
||||
pass
|
||||
|
||||
def at_disconnect(self, reason=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue