This commit is contained in:
dordsor21
2021-12-28 23:02:48 +00:00
parent f6319d36a1
commit 36857a5064
2 changed files with 1 additions and 2 deletions

View File

@ -193,7 +193,7 @@ public class BiomeCommands {
player.print(Caption.of(
"worldedit.setbiome.changed",
TextComponent.of(visitor.getAffected())
TextComponent.of(visitor.getAffected() / (editSession.getMaxY() - editSession.getMinY()))
));
}