Change to Deep Dark Web

This commit is contained in:
RedBigz 2024-06-04 18:58:13 +10:00
parent 0df75f95a7
commit 5a08b9a54e

View File

@ -90,7 +90,7 @@ class VideoEndedUIInjection
TextMeshProUGUI comp = text.GetComponent<TextMeshProUGUI>();
comp.SetText("UPLOAD TO SPOOKEDTUBE");
comp.SetText("UPLOAD TO 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");