change default InformationVerbosity to 2
This commit is contained in:
@@ -164,7 +164,7 @@ public class Config
|
||||
// client-side
|
||||
[ProtoMember(29)]
|
||||
[ConfigCommand(serverSide: false, Min = 0, Max = 4)]
|
||||
public int InformationVerbosity { get; set; } = 1;
|
||||
public int InformationVerbosity { get; set; } = 2;
|
||||
|
||||
[ProtoMember(44)]
|
||||
[ConfigCommand(serverSide: false)]
|
||||
|
||||
Reference in New Issue
Block a user