diff --git a/README.md b/README.md index a8a611bc..3c7cf643 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +## uuhhh +this s a fork of roblox-freedom-distribution +

Rōblox: Freedom Distribution

@@ -5,6 +8,7 @@

+ _Want to host your own Rōblox LAN parties? Looking for a way to deploy your Rōblox experiences, new and old, on your own machine?_ https://github.com/user-attachments/assets/483c4263-db43-4ec2-9243-b0b885e625f6 @@ -961,3 +965,4 @@ price = 1

+ diff --git a/Source/web_server/endpoints/avatar.py b/Source/web_server/endpoints/avatar.py index 7a9d1b6b..d16b44a3 100644 --- a/Source/web_server/endpoints/avatar.py +++ b/Source/web_server/endpoints/avatar.py @@ -78,12 +78,7 @@ def _(self: web_server_handler) -> bool: } for item in avatar.items ], - "animationAssetIds": { - "run": 2510238627, - "jump": 2510236649, - "fall": 2510233257, - "climb": 2510230574 - }, + "animationAssetIds": {}, "bodyColors": { "headColorId": avatar.colors.head, "leftArmColorId": avatar.colors.left_arm, @@ -177,3 +172,4 @@ def _(self: web_server_handler) -> bool: "moderationStatus": None, }) return True +