Fix clients starting remote scripts

This commit is contained in:
Ted John 2020-02-28 18:21:33 +00:00
parent cf9478eb76
commit a4be43eaa9
1 changed files with 1 additions and 1 deletions

View File

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