From 0e461120ebe2fd871fcd4ad90aefcd3b3989bcb7 Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Tue, 25 Apr 2023 17:56:01 +0200 Subject: [PATCH] changed Msg to Warning for the credits --- DevourClient/MelonMain.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DevourClient/MelonMain.cs b/DevourClient/MelonMain.cs index 7bea07d..3f9a61f 100644 --- a/DevourClient/MelonMain.cs +++ b/DevourClient/MelonMain.cs @@ -74,9 +74,9 @@ namespace DevourClient public override void OnInitializeMelon() { MelonLogger.Msg("For the Queen !"); - MelonLogger.Msg("Made with <3 by patate and Jadis."); - MelonLogger.Msg("Github : https://github.com/ALittlePatate/DevourClient"); - MelonLogger.Msg("Note : if you payed for this you most likely got scammed."); + MelonLogger.Warning("Made with <3 by patate and Jadis."); + MelonLogger.Warning("Github : https://github.com/ALittlePatate/DevourClient"); + MelonLogger.Warning("Note : if you payed for this you most likely got scammed."); crosshairTexture = Helpers.GUIHelper.GetCircularTexture(5, 5);