Skip to content

Commit 68e6ffa

Browse files
authored
fix(gamedata): update CCSPlayer_WeaponServices_CanUse signature
1 parent 2f8f370 commit 68e6ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/addons/counterstrikesharp/gamedata/gamedata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"CCSPlayer_WeaponServices_CanUse": {
8585
"signatures": {
8686
"library": "server",
87-
"windows": "48 89 5C 24 ? 48 89 6C 24 ? 56 57 41 56 48 83 EC ? 48 8B 01 48 8B FA",
88-
"linux": "55 48 8D 15 ? ? ? ? 48 89 E5 41 55 49 89 FD 41 54 49 89 F4"
87+
"windows": "48 89 5C 24 ? 48 89 6C 24 ? 48 89 74 24 ? 57 48 83 EC ? 48 8B 01 48 8B F2",
88+
"linux": "55 48 8D 15 ? ? ? ? 48 89 E5 41 55 49 89 F5 41 54 49 89 FC 53 48 83 EC ? 48 8B 07 48 8B 80 ? ? ? ? 48 39 D0 0F 85 ? ? ? ? 80 BF"
8989
}
9090
},
9191
"CCSPlayer_ItemServices_CanAcquire": {
@@ -273,4 +273,4 @@
273273
"linux": 584
274274
}
275275
}
276-
}
276+
}

0 commit comments

Comments
 (0)