Stop trying to redo when history runs out.

Dieser Commit ist enthalten in:
wizjany 2019-04-20 12:13:46 -04:00
Ursprung 477e78bd17
Commit a9926328f1

Datei anzeigen

@ -110,6 +110,7 @@ public class HistoryCommands {
worldEdit.flushBlockBag(player, redone);
} else {
player.printError("Nothing left to redo.");
break;
}
}
}