mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-18 01:46:11 +00:00
Minors
This commit is contained in:
parent
2a373b1390
commit
988c4b042d
@ -137,7 +137,7 @@ public class RegionCommands extends MethodCommands {
|
|||||||
FawePlayer fp = FawePlayer.wrap(player);
|
FawePlayer fp = FawePlayer.wrap(player);
|
||||||
final FaweLocation loc = fp.getLocation();
|
final FaweLocation loc = fp.getLocation();
|
||||||
FaweQueue queue = fp.getFaweQueue(false);
|
FaweQueue queue = fp.getFaweQueue(false);
|
||||||
fp.sendMessage("Light: " + queue.getEmmittedLight(loc.x, loc.y, loc.z) + " | " + queue.getSkyLight(loc.x, loc.y, loc.z));
|
fp.sendMessage(BBC.getPrefix() + "Light: " + queue.getEmmittedLight(loc.x, loc.y, loc.z) + " | " + queue.getSkyLight(loc.x, loc.y, loc.z));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
|
Loading…
Reference in New Issue
Block a user