Skip to content

Commit 17125ea

Browse files
authored
Merge branch 'master' into update/docs-gen
2 parents 1dbddf4 + 2a258be commit 17125ea

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

plugin_files/gamedata/cs2/core/patches.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"ServerMovementUnlock": {
3-
"signature": "ServerMovementUnlock",
4-
"windows": "EB",
5-
"linux": "90 90 90 90 90 90"
6-
},
72
"BotNavIgnore1": {
83
"signature": "BotNavIgnore1",
94
"windows": "E9 2C 00 00 00 90",

plugin_files/gamedata/cs2/core/signatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"CBaseModelEntity_SetBodygroup": {
5353
"lib": "server",
5454
"windows": "48 89 5C 24 08 48 89 74 24 10 57 48 83 EC 20 41 8B F8 48 8B F2 48 8B D9 E8 ? ? ? ?",
55-
"linux": "55 48 89 E5 41 56 49 89 F6 41 55 41 89 D5 41 54 49 89 FC 48 83 EC 08"
55+
"linux": "55 48 89 E5 41 55 49 89 F5 41 54 41 89 D4 53 48 89 FB 48 83 EC ? E8 ? ? ? ? 48 85 C0"
5656
},
5757
"GiveNamedItem": {
5858
"lib": "server",
@@ -119,7 +119,7 @@
119119
"windows": "48 8B 1D ? ? ? ? 48 85 DB 0F 84 ? ? ? ? BD",
120120
"linux": "4C 8B 35 ? ? ? ? 4D 85 F6 75 ? E9"
121121
},
122-
"CCSPlayerController_ProcessUsercmds": {
122+
"CCSPlayer_MovementServices_ProcessUserCmd": {
123123
"lib": "server",
124124
"windows": "48 8B C4 44 88 48 20 44 89 40 18 48 89 50 10 53",
125125
"linux": "55 48 89 E5 41 57 41 56 41 55 41 54 53 48 89 FB 48 83 EC ? 89 4D"

src/server/player/player.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,4 +545,4 @@ void Player::SetAuthorized(bool state)
545545
bool Player::IsAuthorized()
546546
{
547547
return authorized;
548-
}
548+
}

0 commit comments

Comments
 (0)