mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Fix #1490
This commit is contained in:
@ -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()))
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user