mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fixed //pos2 and //hpos2 output messages.
This commit is contained in:
parent
d5f5024127
commit
a899b0c78d
@ -505,7 +505,7 @@ public class WorldEditListener extends PluginListener {
|
||||
if (pos != null) {
|
||||
session.setPos2(pos);
|
||||
if (session.isRegionDefined()) {
|
||||
player.print("First position set to " + pos
|
||||
player.print("Second position set to " + pos
|
||||
+ " (" + session.getRegion().getSize() + ").");
|
||||
} else {
|
||||
player.print("Second position set to " + pos.toString() + " .");
|
||||
|
Loading…
Reference in New Issue
Block a user