mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Check joined_world=True
on handle_stop_walking
This commit is contained in:
parent
dd291ab5b3
commit
961b08a399
@ -445,6 +445,7 @@ async def handle_wear_puffle(p, item_id: int):
|
||||
|
||||
@handlers.disconnected
|
||||
@handlers.player_attribute(client_type=ClientType.Legacy)
|
||||
@handlers.player_attribute(joined_world=True)
|
||||
async def handle_stop_walking(p):
|
||||
if p.walking:
|
||||
await p.update(hand=None, walking=None).apply()
|
||||
|
Loading…
Reference in New Issue
Block a user