diff --git a/loader/include/Geode/utils/VersionInfo.hpp b/loader/include/Geode/utils/VersionInfo.hpp index 646ea423..b826570b 100644 --- a/loader/include/Geode/utils/VersionInfo.hpp +++ b/loader/include/Geode/utils/VersionInfo.hpp @@ -266,6 +266,6 @@ struct matjson::Serialize { } static Value toJson(V const& value) { - return Value(value.toString()); + return Value(value.toNonVString()); } };