mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 03:56:32 +00:00
Modified from ASCII to Unicode Encoding for broadcasting.
This commit is contained in:
@@ -18,6 +18,7 @@ namespace MTSC_TestServer
|
||||
server
|
||||
.AddHandler(encryptionHandler)
|
||||
.AddLogger(new ConsoleLogger())
|
||||
.AddLogger(new DebugConsoleLogger())
|
||||
.AddExceptionHandler(new ExceptionConsoleLogger())
|
||||
.AddHandler(broadcastHandler)
|
||||
.Run();
|
||||
|
||||
Reference in New Issue
Block a user