We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac883a1 commit d1c0d51Copy full SHA for d1c0d51
1 file changed
gamedata/filenetwork.txt
@@ -57,7 +57,9 @@
57
"CGameClient::FileReceived"
58
{
59
"library" "engine"
60
- "linux" "@_ZN11CGameClient12FileReceivedEPKcj"
+ "linux" "\x55\x31\xC0\x89\xE5\x53\x8B\x55\x08\x8B\x5D\x0C\x8B\x4D\x10\x39\x8C\xC2\xA4\x00\x00\x00"
61
+ // cant use base words, need full sig for linux.
62
+ //"@_ZN11CGameClient12FileReceivedEPKcj"
63
"windows" "\x55\x8B\xEC\x56\x8B\x75\x0C\x33\xD2\x57\x8B\xF9"
64
// "CGameClient::FileReceived: %s not wanted.\n"
65
}
@@ -116,4 +118,4 @@
116
118
117
119
120
-}
121
+}
0 commit comments