Skip to content

Commit

Permalink
fix(gamedata): CCSPlayer_CanAcquire
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzis committed Oct 29, 2024
1 parent b5a3031 commit 2b9ef23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_files/gamedata/core/signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"CCSPlayer_CanAcquire": {
"lib": "server",
"windows": "48 8B C4 44 89 40 ? 48 89 50 ? 48 89 48",
"linux": "55 48 89 E5 41 57 41 56 48 8D 45 ? 41 55 41 54 53 48 89 CB"
"linux": "55 48 89 E5 41 57 41 56 41 55 49 89 CD 41 54 53 48 83 EC"
},
"CLoggingSystem_LogDirect": {
"lib": "tier0",
Expand Down

0 comments on commit 2b9ef23

Please sign in to comment.