mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
Cleanup. Added toString override for polygonal regions.
This commit is contained in:
@ -118,7 +118,8 @@ public class WorldEdit {
|
||||
else
|
||||
logMode = loggingAnnotation.value();
|
||||
|
||||
String msg = "WorldEdit: " + player.getName() + ": " + StringUtil.joinString(args, " ");
|
||||
String msg = "WorldEdit: " + player.getName() + "(in " + player.getWorld().getName() + ")"
|
||||
+ ": " + StringUtil.joinString(args, " ");
|
||||
if (logMode != null) {
|
||||
Vector position = player.getPosition();
|
||||
final LocalSession session = getSession(player);
|
||||
|
Reference in New Issue
Block a user