Fix RoundEndMsg being retarded and writing 0 as length (#1721)
This commit is contained in:
parent
dbeb89a5e5
commit
4ef8bc962e
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ namespace Content.Shared
|
|||
buffer.Write(RoundDuration.Seconds);
|
||||
|
||||
|
||||
buffer.Write(PlayerCount);
|
||||
buffer.Write(AllPlayersEndInfo.Count);
|
||||
foreach(var playerEndInfo in AllPlayersEndInfo)
|
||||
{
|
||||
buffer.Write(playerEndInfo.PlayerOOCName);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue