Make Heuristics Error an Error Log instead of an Info Log

This commit is contained in:
RedBigz 2024-06-08 22:11:59 +10:00
parent add6ee76e1
commit 32400d0036

View File

@ -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!");
}
};