(0e354918b) Fixed Unicode on the server list

This commit is contained in:
juanjp600
2019-06-15 19:28:46 -03:00
committed by Joonas Rikkonen
parent 4a8609a3d2
commit 682b57a1c3
9 changed files with 54 additions and 42 deletions
@@ -52,7 +52,7 @@ namespace Facepunch.Steamworks
Address = Utility.Int32ToIp( item.NetAdr.IP ),
ConnectionPort = item.NetAdr.ConnectionPort,
QueryPort = item.NetAdr.QueryPort,
Name = item.ServerName,
Name = Encoding.UTF8.GetString(item.ServerName),
Ping = item.Ping,
GameDir = item.GameDir,
Map = item.Map,