Stray bit of code
This commit is contained in:
parent
b9661c5c96
commit
757cfded99
1 changed files with 0 additions and 1 deletions
|
|
@ -429,7 +429,6 @@ class Guest(Player):
|
||||||
This class is used for guest logins. Unlike Players, Guests and their
|
This class is used for guest logins. Unlike Players, Guests and their
|
||||||
characters are deleted after disconnection.
|
characters are deleted after disconnection.
|
||||||
"""
|
"""
|
||||||
print __doc__
|
|
||||||
def at_post_login(self, sessid=None):
|
def at_post_login(self, sessid=None):
|
||||||
"""
|
"""
|
||||||
In theory, guests only have one character regardless of which
|
In theory, guests only have one character regardless of which
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue