mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 01:17:36 +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) {
|
if (pos != null) {
|
||||||
session.setPos2(pos);
|
session.setPos2(pos);
|
||||||
if (session.isRegionDefined()) {
|
if (session.isRegionDefined()) {
|
||||||
player.print("First position set to " + pos
|
player.print("Second position set to " + pos
|
||||||
+ " (" + session.getRegion().getSize() + ").");
|
+ " (" + session.getRegion().getSize() + ").");
|
||||||
} else {
|
} else {
|
||||||
player.print("Second position set to " + pos.toString() + " .");
|
player.print("Second position set to " + pos.toString() + " .");
|
||||||
|
Loading…
Reference in New Issue
Block a user