Skip to content

Commit 80e1847

Browse files
authored
GameUpdate: 25/10/30 (#23)
1 parent dc8c957 commit 80e1847

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.asset/gamedata/server.games.jsonc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,7 @@
256256
"CCSPlayer_MovementServices::TracePlayerBBox": {
257257
"library": "server",
258258
"linux": "55 48 89 E5 41 57 49 89 FF 41 56 49 89 CE 41 55 49 89 D5",
259-
"windows": {
260-
"factory": "+1 r",
261-
"signature": "E8 ? ? ? ? F3 0F 10 05 ? ? ? ? 0F 2F 45 ? 77 ? 44 38 75"
262-
}
259+
"windows": "4C 89 44 24 18 55 53 56 57 41 55 41 56 48 8D AC 24 F8 FE FF FF"
263260
},
264261
// cvar "sv_show_move_collisions"
265262
"CCSPlayer_MovementServices::WalkMove": {
@@ -491,7 +488,7 @@
491488
// 上面有一个传a2进去的函数,进去找 FindWeaponVDataByName(1, string);
492489
"FindWeaponVDataByName": {
493490
"library": "server",
494-
"linux": "55 31 D2 48 89 E5 41 57 41 56 41 55 41 54 41 89 FC",
491+
"linux": "55 31 D2 48 89 E5 41 56 41 55 41 54",
495492
"windows": "48 89 5C 24 ? 57 48 83 EC ? 33 FF 4C 8B CA 8B D9"
496493
},
497494
// str "gameeventmanager->Init()"

0 commit comments

Comments
 (0)