Revert "Update CMisc.h (#984)" (#986)

Turned out both test servers still had an old "tfc_i386.so" file which took precedence over the newer "tfc.so" library, so both servers were misconfigured and that's why the offsets didn't work.
This commit is contained in:
pizzahut2
2021-09-02 20:51:50 +02:00
committed by GitHub
parent 05f86f05c0
commit 10db2e5c85

View File

@ -23,7 +23,7 @@
#define PLAYER_LINUXOFFSET 0
#define CLIP_LINUXOFFSET 0
#else
#define LINUXOFFSET 3
#define LINUXOFFSET 4
#define PLAYER_LINUXOFFSET 5
#define CLIP_LINUXOFFSET 4
#endif