diff --git a/src/openrct2/scripting/Plugin.h b/src/openrct2/scripting/Plugin.h index f7f409207e..3e593156d1 100644 --- a/src/openrct2/scripting/Plugin.h +++ b/src/openrct2/scripting/Plugin.h @@ -62,7 +62,7 @@ namespace OpenRCT2::Scripting bool HasPath() const { - return _path.empty(); + return !_path.empty(); } const PluginMetadata& GetMetadata() const