change map end delay max to 15000
This commit is contained in:
parent
e3fdd73e36
commit
d7601b8f7e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user