mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Animate song bar based on game mode
This commit is contained in:
@ -87,9 +87,8 @@ namespace osu.Game.Tournament.IPC
|
||||
State.Value = (TourneyState)Enum.Parse(typeof(TourneyState), sr.ReadLine());
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
Logger.Log(e.ToString(), LoggingTarget.Runtime);
|
||||
// file might be in use.
|
||||
}
|
||||
|
||||
@ -102,9 +101,8 @@ namespace osu.Game.Tournament.IPC
|
||||
Score2 = int.Parse(sr.ReadLine());
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
Logger.Log(e.ToString(), LoggingTarget.Runtime);
|
||||
// file might be in use.
|
||||
}
|
||||
}, 250, true);
|
||||
|
Reference in New Issue
Block a user