mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Finishing up the session manager transition. Uh, yeah, we now have a session manager instead of referencing the server for a session list. Much much better.
This commit is contained in:
parent
d883d67638
commit
5816370857
2 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from sessions import PlayerSession
|
||||
from session import PlayerSession
|
||||
|
||||
"""
|
||||
Session manager, handles connected players.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue