File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
plugin_files/gamedata/cs2/core Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change @@ -545,4 +545,4 @@ void Player::SetAuthorized(bool state)
545545bool Player::IsAuthorized ()
546546{
547547 return authorized;
548- }
548+ }
You can’t perform that action at this time.
0 commit comments