Return true in MapInfoCommand
This commit is contained in:
parent
8e43b4506c
commit
98f1bd151e
@ -19,6 +19,6 @@ public class MapInfoCommand extends BaseCommand
|
|||||||
MapData data = getPlugin().getData(player.getWorld().getName());
|
MapData data = getPlugin().getData(player.getWorld().getName());
|
||||||
|
|
||||||
data.sendInfo(player);
|
data.sendInfo(player);
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user