diff --git a/extension/natives/nextbot/path.cpp b/extension/natives/nextbot/path.cpp index 0d3d3d6..a7dd29c 100644 --- a/extension/natives/nextbot/path.cpp +++ b/extension/natives/nextbot/path.cpp @@ -594,7 +594,7 @@ cell_t ComputeToTarget(IPluginContext* context, const cell_t* params) { cell_t Destroy(IPluginContext* context, const cell_t* params) { auto path = Get(context, params[1]); - if (path) { + if (!path) { return 0; } diff --git a/product.version b/product.version index 1cac385..720c738 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.11.0 +1.11.1