Add "THE"

This commit is contained in:
RedBigz 2024-06-04 19:41:02 +10:00
parent 5a08b9a54e
commit ef3811bee1

View File

@ -90,7 +90,7 @@ class VideoEndedUIInjection
TextMeshProUGUI comp = text.GetComponent<TextMeshProUGUI>();
comp.SetText("UPLOAD TO DEEP DARK WEB");
comp.SetText("UPLOAD TO THE DEEP DARK WEB");
// Edit Icon (there's no finds here because I forgot that postfixes existed and I'm too lazy to change it back)
GameObject VideoDone = Util.FindObject(__instance.m_videoPlayer.transform.parent.gameObject, "VideoDone");