0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Add suffix to wait time slider

This commit is contained in:
Alexander01998 2022-10-06 04:46:31 +02:00
parent ac2ff7a5e3
commit 1a71e063ac

View File

@ -20,7 +20,7 @@ public final class AutoReconnectHack extends Hack
{
private final SliderSetting waitTime =
new SliderSetting("Wait time", "Time before reconnecting in seconds.",
5, 0, 60, 0.5, ValueDisplay.DECIMAL);
5, 0, 60, 0.5, ValueDisplay.DECIMAL.withSuffix("s"));
public AutoReconnectHack()
{