Default Max to null in ParticipantCount.

This commit is contained in:
DrabWeb 2018-06-01 06:08:57 -03:00
parent 6b48370092
commit 8dd36ee1a9
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ public ParticipantCount()
Font = @"Exo2.0-Light"
},
};
Max = null;
}
}
}