mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Don't report object conflicts
This commit is contained in:
@@ -433,8 +433,9 @@ private:
|
||||
}
|
||||
else
|
||||
{
|
||||
Console::Error::WriteLine("Object conflict: '%s'", conflict->Path);
|
||||
Console::Error::WriteLine(" : '%s'", item.Path);
|
||||
// Commented out temporarily to stop flooding terminal for json-objects branch
|
||||
// Console::Error::WriteLine("Object conflict: '%s'", conflict->Path);
|
||||
// Console::Error::WriteLine(" : '%s'", item.Path);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user