1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Add back missing line

This commit is contained in:
Dean Herbert 2020-04-21 16:06:40 +09:00
parent 5e3fad86cf
commit 1f0b7465e2

View File

@ -49,6 +49,8 @@ namespace osu.Game.Rulesets.Osu.Mods
hasReplay = true;
return;
}
osuInputManager.AllowUserPresses = false;
}
public void Update(Playfield playfield)