Stop trying to redo when history runs out.

This commit is contained in:
wizjany 2019-04-20 12:13:46 -04:00
parent 477e78bd17
commit a9926328f1

View File

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