mirror of
https://github.com/solero/houdini.git
synced 2024-11-10 05:08:19 +00:00
Update navigation.py
Add the users ID to the dictionary `penguins_by_id`
This commit is contained in:
parent
7de38bcf18
commit
5c5eccbfae
@ -22,3 +22,5 @@ async def handle_join_server(p, penguin_id: int, login_key: str, lang: str):
|
|||||||
|
|
||||||
await p.load()
|
await p.load()
|
||||||
p.joined_world = True
|
p.joined_world = True
|
||||||
|
|
||||||
|
p.server.penguins_by_id[p.data.id] = p
|
||||||
|
Loading…
Reference in New Issue
Block a user