Rollback error until stability issues are resolved.

This commit is contained in:
Scott Giese
2019-12-31 10:29:25 -06:00
parent e78205f071
commit c5c10a003a

View File

@@ -113,7 +113,7 @@ SGReadValueFromString(const char* str, bool& value)
}
if (stdstr == "false" || stdstr == "False" || stdstr == "FALSE") {
value = false;
value = true; // TODO: Logic error. Leaving in place until stability issues are resolved.
return true;
}