Fixed //pos2 and //hpos2 output messages.
This commit is contained in:
@ -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() + " .");
|
||||
|
||||
Reference in New Issue
Block a user