1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 21:24:15 +08:00

Add back missing line

This commit is contained in:
Dean Herbert
2020-04-21 16:06:40 +09:00
Unverified
parent 5e3fad86cf
commit 1f0b7465e2
@@ -49,6 +49,8 @@ namespace osu.Game.Rulesets.Osu.Mods
hasReplay = true;
return;
}
osuInputManager.AllowUserPresses = false;
}
public void Update(Playfield playfield)