Added json support with type+content to ChatMessage

This commit is contained in:
Patrick Hellebrand
2021-09-22 13:50:36 +02:00
parent 01a48c336d
commit f2202e6aa7
3 changed files with 34 additions and 12 deletions

View File

@@ -59,7 +59,6 @@ namespace PolyChat
{
IPHostEntry ipEntry = Dns.GetHostEntry(Dns.GetHostName());
IPAddress[] addrList = ipEntry.AddressList;
for (short i = 0; i < addrList.Length; i++)
{
if (addrList[i].ToString().Substring(0, 3).Equals("10."))