1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix clients starting remote scripts

This commit is contained in:
Ted John
2020-02-28 18:21:33 +00:00
parent cf9478eb76
commit a4be43eaa9

View File

@@ -62,7 +62,7 @@ namespace OpenRCT2::Scripting
bool HasPath() const
{
return _path.empty();
return !_path.empty();
}
const PluginMetadata& GetMetadata() const