mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-15 14:59:33 +00:00
Modified from ASCII to Unicode Encoding for broadcasting.
This commit is contained in:
@@ -17,6 +17,7 @@ namespace MTSC_TestClient
|
||||
.AddHandler(new EncryptionHandler(client))
|
||||
.AddHandler(broadcastHandler)
|
||||
.AddLogger(new ConsoleLogger())
|
||||
.AddLogger(new DebugConsoleLogger())
|
||||
.Connect();
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user