From d7601b8f7e38d700d898d113c0ed77c49d863e7d Mon Sep 17 00:00:00 2001 From: yugecin Date: Sun, 4 Dec 2016 22:53:47 +0100 Subject: [PATCH] change map end delay max to 15000 --- src/itdelatrisu/opsu/Options.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/itdelatrisu/opsu/Options.java b/src/itdelatrisu/opsu/Options.java index cfc6a366..13b28bd1 100644 --- a/src/itdelatrisu/opsu/Options.java +++ b/src/itdelatrisu/opsu/Options.java @@ -521,7 +521,7 @@ public class Options { return String.valueOf(val * 100); } }, - MAP_END_DELAY ("Map end delay", "EndDelay", "Have a fix amount of time at the and of the map for a smooth finish", 50, 1, 50) { + MAP_END_DELAY ("Map end delay", "EndDelay", "Have a fix amount of time at the and of the map for a smooth finish", 50, 1, 150) { @Override public String getValueString() { return String.valueOf(val * 100);