Release 1.9.7.0 - Summer Update 2025
This commit is contained in:
@@ -124,7 +124,7 @@ namespace Steamworks.Data
|
||||
/// </summary>
|
||||
public unsafe Result SendMessage( string str, SendType sendType = SendType.Reliable, ushort laneIndex = 0 )
|
||||
{
|
||||
var bytes = System.Text.Encoding.UTF8.GetBytes( str );
|
||||
var bytes = Utility.Utf8NoBom.GetBytes( str );
|
||||
return SendMessage( bytes, sendType, laneIndex );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user