(0e354918b) Fixed Unicode on the server list
This commit is contained in:
committed by
Joonas Rikkonen
parent
4a8609a3d2
commit
682b57a1c3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user