Release 1.8.7.0 - Calm Before the Storm Hotfix 1
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Barotrauma.Steam
|
||||
Steamworks.SteamServer.Passworded = hasPassword;
|
||||
return;
|
||||
case string serverMessage when key == "message":
|
||||
int maxValueLength = 255;
|
||||
int maxValueLength = 127;
|
||||
int totalMaxLength = 2000;
|
||||
int chunkIndex = 0;
|
||||
for (int charIndex = 0; charIndex < serverMessage.Length && charIndex < totalMaxLength; charIndex += maxValueLength)
|
||||
|
||||
Reference in New Issue
Block a user