First try at updating command system to be like TC. Still needs alot of testing/work
This commit is contained in:
@@ -104,8 +104,7 @@ namespace Game.Arenas
|
||||
|
||||
if (IsRated())
|
||||
{
|
||||
pvpLogData.Ratings.HasValue = true;
|
||||
|
||||
pvpLogData.Ratings.Value = new();
|
||||
for (byte i = 0; i < SharedConst.PvpTeamsCount; ++i)
|
||||
{
|
||||
pvpLogData.Ratings.Value.Postmatch[i] = _arenaTeamScores[i].PostMatchRating;
|
||||
|
||||
Reference in New Issue
Block a user