changed Msg to Warning for the credits

This commit is contained in:
ALittlePatate
2023-04-25 17:56:01 +02:00
committed by GitHub
parent 17569ee1ed
commit 0e461120eb

View File

@@ -74,9 +74,9 @@ namespace DevourClient
public override void OnInitializeMelon() public override void OnInitializeMelon()
{ {
MelonLogger.Msg("For the Queen !"); MelonLogger.Msg("For the Queen !");
MelonLogger.Msg("Made with <3 by patate and Jadis."); MelonLogger.Warning("Made with <3 by patate and Jadis.");
MelonLogger.Msg("Github : https://github.com/ALittlePatate/DevourClient"); MelonLogger.Warning("Github : https://github.com/ALittlePatate/DevourClient");
MelonLogger.Msg("Note : if you payed for this you most likely got scammed."); MelonLogger.Warning("Note : if you payed for this you most likely got scammed.");
crosshairTexture = Helpers.GUIHelper.GetCircularTexture(5, 5); crosshairTexture = Helpers.GUIHelper.GetCircularTexture(5, 5);