mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 05:46:31 +01:00
Moving some of the login tasks out of sessions.py and into the BasicPlayer script parent. Also, added seconds to the 'time' command, which I apparently forgot.
This commit is contained in:
parent
b12ba45cc7
commit
cf18029be1
7 changed files with 69 additions and 23 deletions
|
|
@ -4,7 +4,7 @@ default. It will have the necessary outline for developers to sub-class and over
|
|||
"""
|
||||
from src import ansi
|
||||
|
||||
class BasicObject:
|
||||
class BasicObject(object):
|
||||
def __init__(self, source_obj):
|
||||
"""
|
||||
Get our ducks in a row.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue