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");