mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Making EnableDebugMode public (#2152)
This commit is contained in:
parent
ee9a600f66
commit
fe3bebcc63
@ -49,7 +49,7 @@ public static ILogger GetLogger(string loggerName, LogType defaultLogLevel = Log
|
||||
/// <summary>
|
||||
/// Makes all log levels LogType.Log, this is so that NetworkManger.showDebugMessages can still be used
|
||||
/// </summary>
|
||||
internal static void EnableDebugMode()
|
||||
public static void EnableDebugMode()
|
||||
{
|
||||
debugMode = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user