Skip to content

Commit 7f50af9

Browse files
authored
[Gamedata] CGameClient::FileReceived fix (#3)
Setting correct signature for CGameClient::FileReceived
1 parent 8e8b385 commit 7f50af9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gamedata/filenetwork.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"CGameClient::FileReceived"
5858
{
5959
"library" "engine"
60-
"linux" "@_ZZN11CGameClient12FileReceivedEPKcj"
60+
"linux" "@_ZN11CGameClient12FileReceivedEPKcj"
6161
"windows" "\x55\x8B\xEC\x56\x8B\x75\x0C\x33\xD2\x57\x8B\xF9"
6262
// "CGameClient::FileReceived: %s not wanted.\n"
6363
}
@@ -116,4 +116,4 @@
116116
}
117117
}
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)