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:
@@ -62,7 +62,7 @@ namespace OpenRCT2::Scripting
|
||||
|
||||
bool HasPath() const
|
||||
{
|
||||
return _path.empty();
|
||||
return !_path.empty();
|
||||
}
|
||||
|
||||
const PluginMetadata& GetMetadata() const
|
||||
|
||||
Reference in New Issue
Block a user