From 5a08b9a54eb3b44f83953dd34b6ef1ccf7b6c9dd Mon Sep 17 00:00:00 2001 From: RedBigz Date: Tue, 4 Jun 2024 18:58:13 +1000 Subject: [PATCH] Change to Deep Dark Web --- Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.cs b/Plugin.cs index 665189c..720b604 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -90,7 +90,7 @@ class VideoEndedUIInjection TextMeshProUGUI comp = text.GetComponent(); - 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");