mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Replace Equals with IEquals where appropriate
This commit is contained in:
@@ -133,7 +133,7 @@ public:
|
||||
std::string value;
|
||||
if (TryGetString(name, &value))
|
||||
{
|
||||
result = String::Equals(value, "true", true);
|
||||
result = String::IEquals(value, "true");
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user