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>
|
/// <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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user