diff --git a/houdini/handlers/play/pet.py b/houdini/handlers/play/pet.py index 39fca0e..551c4b5 100644 --- a/houdini/handlers/play/pet.py +++ b/houdini/handlers/play/pet.py @@ -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()