Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Fix line endings for the CSV composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntINFINAit authored and AntINFINAit committed Nov 8, 2020
1 parent 83871f5 commit 48c98e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImpostorHQ.Command/Impostor.Commands.Core/Class.cs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ public string CompilePlayers()
sb.Append(player.Character.PlayerInfo.PlayerName);
sb.Append(',');
sb.Append(player.Client.Connection.EndPoint.Address.ToString());
sb.Append("\n");
sb.Append("\r\n");
}

return sb.ToString();
Expand Down

0 comments on commit 48c98e6

Please sign in to comment.