Game update (14121)

This commit is contained in:
Enoouo
2025-11-05 14:12:33 +08:00
parent 96918d8665
commit 96c6b596d0
74 changed files with 535 additions and 536 deletions

View File

@@ -1424,6 +1424,7 @@
"m_bDuckOverride": 656,
"m_bHasWalkMovedSinceLastJump": 697,
"m_bInStuckTest": 698,
"m_bJumpApexPending": 3576,
"m_bOldJumpPressed": 1284,
"m_bSpeedCropped": 1232,
"m_bWasSurfing": 1340,
@@ -1554,6 +1555,11 @@
"name": "m_bWasSurfing",
"type": "NetworkVarNames",
"type_name": "bool"
},
{
"name": "m_bJumpApexPending",
"type": "NetworkVarNames",
"type_name": "bool"
}
],
"parent": "CPlayer_MovementServices_Humanoid"