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:
parent
05f86f05c0
commit
10db2e5c85
|
@ -23,7 +23,7 @@
|
||||||
#define PLAYER_LINUXOFFSET 0
|
#define PLAYER_LINUXOFFSET 0
|
||||||
#define CLIP_LINUXOFFSET 0
|
#define CLIP_LINUXOFFSET 0
|
||||||
#else
|
#else
|
||||||
#define LINUXOFFSET 3
|
#define LINUXOFFSET 4
|
||||||
#define PLAYER_LINUXOFFSET 5
|
#define PLAYER_LINUXOFFSET 5
|
||||||
#define CLIP_LINUXOFFSET 4
|
#define CLIP_LINUXOFFSET 4
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user