mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
removed unneeded param
This commit is contained in:
parent
f01f156569
commit
1be9560045
@ -57,7 +57,7 @@ namespace NewHorizons.Utility
|
||||
{
|
||||
Log(text, LogType.Error);
|
||||
}
|
||||
public static void LogWarning(string text, bool isVerbose=false)
|
||||
public static void LogWarning(string text)
|
||||
{
|
||||
Log(text, LogType.Warning);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user