diff --git a/amxmodx/modules.cpp b/amxmodx/modules.cpp index d6fc7c6a..45dcc1ed 100755 --- a/amxmodx/modules.cpp +++ b/amxmodx/modules.cpp @@ -620,7 +620,7 @@ int set_amxnatives(AMX* amx, char error[128]) int unload_amxscript(AMX* amx, void** program) { -#if !defined JIT +#if defined JIT int flags = amx->flags; #endif