mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-27 07:15:37 +03:00
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
f3d21a3fb1
commit
beaa8c436b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user