Fix reload command rounding down wait-time

This commit is contained in:
ajgeiss0702
2020-07-16 20:54:02 -07:00
parent 301651e2da
commit 6ce0975f6c
@@ -34,7 +34,7 @@ public class ManageCommand extends Command {
}
msgs.reload();
pl.getConfig().reload();
pl.timeBetweenPlayers = pl.getConfig().getInt("wait-time");
pl.timeBetweenPlayers = pl.getConfig().getDouble("wait-time");
Manager.getInstance().reloadIntervals();
Manager.getInstance().reloadServers();
pl.checkConfig();