default LogLevel to 0
This commit is contained in:
@ -36,7 +36,7 @@ namespace RageCoop.Client
|
||||
/// LogLevel for RageCoop.
|
||||
/// 0:Trace, 1:Debug, 2:Info, 3:Warning, 4:Error
|
||||
/// </summary>
|
||||
public int LogLevel = 2;
|
||||
public int LogLevel = 00;
|
||||
|
||||
/// <summary>
|
||||
/// The key to open menu
|
||||
|
@ -63,7 +63,7 @@
|
||||
/// <summary>
|
||||
/// See <see cref="Core.Logger.LogLevel"/>.
|
||||
/// </summary>
|
||||
public int LogLevel { get; set; }=2;
|
||||
public int LogLevel { get; set; } = 0;
|
||||
|
||||
/// <summary>
|
||||
/// NPC data won't be sent to a player if their distance is greater than this value. -1 for unlimited.
|
||||
|
Reference in New Issue
Block a user