Private
Public Access
1
0

change default InformationVerbosity to 2

This commit is contained in:
2026-05-25 09:57:25 +02:00
parent 136826aa68
commit 3f928fa4bc
3 changed files with 6 additions and 6 deletions

View File

@@ -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)]