9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

Update CommandLocate.java

This commit is contained in:
CocoTheOwner
2021-02-03 16:08:57 +01:00
parent 72b645916f
commit 7f49ee3db6

View File

@@ -24,6 +24,7 @@ public class CommandLocate extends MortarCommand
@Override
public boolean handle(MortarSender sender, String[] args)
{
sender.sendMessage("Locate command");
if(sender.isPlayer()) {
Player p = sender.player();
World world = p.getWorld();