removed unneeded param

This commit is contained in:
FreezeDriedMangoes 2022-07-05 17:52:17 -04:00
parent f01f156569
commit 1be9560045

View File

@ -57,7 +57,7 @@ namespace NewHorizons.Utility
{ {
Log(text, LogType.Error); Log(text, LogType.Error);
} }
public static void LogWarning(string text, bool isVerbose=false) public static void LogWarning(string text)
{ {
Log(text, LogType.Warning); Log(text, LogType.Warning);
} }