Skip to content

Commit

Permalink
Fix for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
artvin01 committed Jul 13, 2023
1 parent ac883a1 commit d1c0d51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gamedata/filenetwork.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
"CGameClient::FileReceived"
{
"library" "engine"
"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"
// cant use base words, need full sig for linux.
//"@_ZN11CGameClient12FileReceivedEPKcj"
"windows" "\x55\x8B\xEC\x56\x8B\x75\x0C\x33\xD2\x57\x8B\xF9"
// "CGameClient::FileReceived: %s not wanted.\n"
}
Expand Down Expand Up @@ -116,4 +118,4 @@
}
}
}
}
}

0 comments on commit d1c0d51

Please sign in to comment.