diff --git a/src/Application/Players/Accounts/Systems/PlayerStatsSystem.cs b/src/Application/Players/Accounts/Systems/PlayerStatsSystem.cs index 9e7d89a0..cd5fd365 100644 --- a/src/Application/Players/Accounts/Systems/PlayerStatsSystem.cs +++ b/src/Application/Players/Accounts/Systems/PlayerStatsSystem.cs @@ -31,6 +31,8 @@ public void ShowStats(Player player) PlayerInfo playerInfo = player.GetInfo(); var content = $""" + Current Team: {playerInfo.Team.Name} + Score for Round: {player.Score} Kills for Round: {playerInfo.StatsPerRound.Kills} Deaths for Round: {playerInfo.StatsPerRound.Deaths} Killing Spree for Round: {playerInfo.StatsPerRound.KillingSpree}