Clean up unnecessary value assignment in GuiReplaySpeedSlider Constructor, which is overridden by calling the reset() method two statements later
This commit is contained in:
@@ -23,7 +23,6 @@ public class GuiReplaySpeedSlider extends GuiAdvancedButton {
|
|||||||
this.valueMin = 1;
|
this.valueMin = 1;
|
||||||
this.valueMax = 38;
|
this.valueMax = 38;
|
||||||
this.valueStep = 1;
|
this.valueStep = 1;
|
||||||
this.displayString = displayKey + ": 1x";
|
|
||||||
this.displayKey = displayKey;
|
this.displayKey = displayKey;
|
||||||
|
|
||||||
reset();
|
reset();
|
||||||
|
|||||||
Reference in New Issue
Block a user