Add project file

This commit is contained in:
Sardelka 2022-05-26 11:37:28 +08:00
parent 23d98803eb
commit 5060574315

View File

@ -75,7 +75,7 @@ namespace RageCoop.Client
#endif
MainChat = new Chat();
#if DEBUG
Logger.LogLevel =0;
Logger.LogLevel = 0;
#else
Logger.LogLevel=Settings.LogLevel;
#endif