This commit is contained in:
Jesse Boyd 2019-11-23 18:41:12 +00:00
commit 49d1f6fa88
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -128,7 +128,7 @@ public class HistoryCommands {
}
}
if (timesRedone > 0) {
player.printInfo(TranslatableComponent.of("worldedit.redo.redid", TextComponent.of(timesRedone)));
player.printInfo(TranslatableComponent.of("worldedit.redo.undone", TextComponent.of(timesRedone)));
} else {
player.printError(TranslatableComponent.of("worldedit.redo.none"));
}