Disabled debug logging of the loading coroutine when verbose logging isn't enabled
This commit is contained in:
@@ -41,7 +41,10 @@ namespace Barotrauma
|
||||
set
|
||||
{
|
||||
loadState = value;
|
||||
DebugConsole.NewMessage("Loading: " + value.ToString() + "%",Color.Yellow);
|
||||
if (GameSettings.VerboseLogging)
|
||||
{
|
||||
DebugConsole.NewMessage("Loading: " + value.ToString() + "%", Color.Yellow);
|
||||
}
|
||||
DrawLoadingText = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user