YSI-Includes
YSI-Includes copied to clipboard
Server_GetJITVersion
https://github.com/pawn-lang/YSI-Includes/blob/4d12c33f36c7c0ff74b291f5ffe04f2c9e8e0c51/YSI_Core/y_core/y_scriptinit_impl.inc#L327-L341
This function is reporting a wrong JIT version;
Using v2.4.1
I worked out why - this is done from inside OnJITInit
, in which that call doesn't work. I'm not sure how to fix this, as the only vague way to detect JIT is using LCTRL 8
, which doesn't work from OnJITInit
because that's setting up the JIT using fallback code.
I just deferred the message slightly.