quick fixup

This commit is contained in:
msk
2022-02-14 13:02:43 -08:00
parent a9be72693c
commit f81069f658
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace TNHQoLImprovements
if (Array.Exists<Assembly>(loadedAssemblies, x => x.GetName().Name == "TakeAndHoldTweaker"))
{
tnhTweakerInstalled = true;
this.gObjLoading.transform.GetChild(0).GetComponent<Text>().text = "<color=lightblue><size=30>Online player count is incompatible with TNHTweaker.</size></color>";
this.gObjLoading.transform.GetChild(0).GetComponent<Text>().text = "<color=lightblue><size=30>Online leaderboards player count unavailable for TNHTweaker.</size></color>";
this.gObjLoading.SetActive(true);
return;
}