1.18 #77
@ -134,6 +134,7 @@ public class Loader implements Listener {
|
||||
return;
|
||||
}
|
||||
|
||||
while (countdown <= 0) {
|
||||
if (!iterator.hasNext()) {
|
||||
countdown = getTicksBetweenShots();
|
||||
iterator = actions.listIterator();
|
||||
@ -149,6 +150,7 @@ public class Loader implements Listener {
|
||||
iterator.previous();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void undo() {
|
||||
if (actions.isEmpty() || stage != Stage.SETUP) {
|
||||
|
@ -114,7 +114,7 @@ public class LoaderCommand extends SWCommand {
|
||||
|
||||
@Register(value = "speed", description = "LOADER_HELP_SPEED")
|
||||
public void speedLoader(@Guard Player p, int delay) {
|
||||
if (delay < 1) {
|
||||
if (delay < 0) {
|
||||
BauSystem.MESSAGE.send("LOADER_SMALL_TIME", p);
|
||||
return;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren