diff --git a/configs/core.cfg b/configs/core.cfg index 94285095..54c01e2f 100644 --- a/configs/core.cfg +++ b/configs/core.cfg @@ -132,13 +132,5 @@ * passed. You can disable this feature by setting the value to "0". */ "SlowScriptTimeout" "8" - - /** - * Disable the SourcePawn just-in-time compiler. This is intended for C++ developers using - * debugging tools and finding it difficult to inspect JIT stack frames. The interpreter - * is not as well-tested as the JIT and will make script execution roughly 10X slower, so - * it is not intended for general purpose use. - */ - "DisableJIT" "no" }