1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Correct some ride JSON names

This commit is contained in:
Ted John
2018-02-07 21:14:13 +00:00
committed by Gymnasiast
parent 7ea5c1f099
commit 668f9fd18b
2 changed files with 17 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ public:
if (!String::IsNullOrEmpty(text))
{
log_verbose("[%s] Warning: %s", _objectName, text);
Console::Error::WriteLine("[%s] Warning: %s", _objectName, text);
}
}