1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:52:57 +08:00

Remove test exception

This commit is contained in:
Dean Herbert 2018-08-16 16:44:18 +09:00
parent 9f55afe569
commit 6297ad95aa

View File

@ -1,7 +1,6 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
@ -143,8 +142,6 @@ namespace osu.Game.Screens.Select
{
if (player != null) return false;
throw new Exception("this is a test!");
// Ctrl+Enter should start map with autoplay enabled.
if (GetContainingInputManager().CurrentState?.Keyboard.ControlPressed == true)
{