Making EnableDebugMode public (#2152)

This commit is contained in:
James Frowen 2020-08-09 17:29:05 +01:00 committed by GitHub
parent ee9a600f66
commit fe3bebcc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ public static ILogger GetLogger(string loggerName, LogType defaultLogLevel = Log
/// <summary> /// <summary>
/// Makes all log levels LogType.Log, this is so that NetworkManger.showDebugMessages can still be used /// Makes all log levels LogType.Log, this is so that NetworkManger.showDebugMessages can still be used
/// </summary> /// </summary>
internal static void EnableDebugMode() public static void EnableDebugMode()
{ {
debugMode = true; debugMode = true;