From 7ea5d93448ebcaa5bf9822f5b1cc1396cbdb7118 Mon Sep 17 00:00:00 2001 From: RedBigz Date: Sat, 8 Jun 2024 23:33:44 +1000 Subject: [PATCH] Fix more typos --- README.md | 2 +- Uploader.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d12e8d5..84cdb79 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ In order to prevent CSAM and sexual content being uploaded, this mod's master se If your video fails heuristic checks, check the console for this message, and contact me. ``` [Error :SpookTubeEX] SpookTubeEX has experienced a heuristics error. Please contact ModMail at https://discord.gg/Gw2f86B2vC with this UUID in your ticket request: -This is an automated service, so trolling will get your IP blocked from accessing anything with SpookedTube and your Discord account banned from the server. DO NOT SHARE THIS UUID WITH ANYONE +This is an automated service, so trolling will get your IP blocked from accessing anything with SpookTube and your Discord account banned from the server. DO NOT SHARE THIS UUID WITH ANYONE ``` ![Credits](img/titles/credits.gif) diff --git a/Uploader.cs b/Uploader.cs index 2559332..3c9f81b 100644 --- a/Uploader.cs +++ b/Uploader.cs @@ -88,7 +88,7 @@ class SpookedUploader if (evt.Data.StartsWith("us")) { - Plugin.Logger.LogError("SpookTubeEX has experienced a heuristics error. Please contact ModMail at https://discord.gg/Gw2f86B2vC with this UUID in your ticket request: " + uuid + "\nThis is an automated service, so trolling will get your IP blocked from accessing anything with SpookedTube and your Discord account banned from the server. DO NOT SHARE THIS UUID WITH ANYONE!"); + Plugin.Logger.LogError("SpookTubeEX has experienced a heuristics error. Please contact ModMail at https://discord.gg/Gw2f86B2vC with this UUID in your ticket request: " + uuid + "\nThis is an automated service, so trolling will get your IP blocked from accessing anything with SpookTubeEX and your Discord account banned from the server. DO NOT SHARE THIS UUID WITH ANYONE!"); } };