From 32400d0036a6e1f9067785f22a6795faee3bb6d8 Mon Sep 17 00:00:00 2001 From: RedBigz Date: Sat, 8 Jun 2024 22:11:59 +1000 Subject: [PATCH] Make Heuristics Error an Error Log instead of an Info Log --- Uploader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Uploader.cs b/Uploader.cs index 53afc1b..2559332 100644 --- a/Uploader.cs +++ b/Uploader.cs @@ -88,7 +88,7 @@ class SpookedUploader if (evt.Data.StartsWith("us")) { - Plugin.Logger.LogInfo("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 SpookedTube and your Discord account banned from the server. DO NOT SHARE THIS UUID WITH ANYONE!"); } };