changed Msg to Warning for the credits
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user