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.
|
Session manager, handles connected players.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue