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