Merge remote-tracking branch 'upstream/master' into tournament-tools

This commit is contained in:
Dean Herbert
2019-05-15 12:08:23 +09:00
477 changed files with 7058 additions and 3496 deletions

View File

@ -230,6 +230,7 @@ namespace osu.Game.Tournament.Screens.Drawings
using (StreamReader sr = new StreamReader(stream))
{
string line;
while ((line = sr.ReadLine()?.Trim()) != null)
{
if (string.IsNullOrEmpty(line))