mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-03 14:37:41 +01:00
Fixed an issue with Call of the Wild message display.
This commit is contained in:
parent
397c2cc488
commit
253d0ea4c8
@ -209,7 +209,7 @@ public class Taming {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.getType().equals(summonItem) && item.getAmount() >= summonAmount) {
|
if (item.getType().equals(summonItem)) {
|
||||||
if (item.getAmount() >= summonAmount) {
|
if (item.getAmount() >= summonAmount) {
|
||||||
for (Entity x : player.getNearbyEntities(40, 40, 40)) {
|
for (Entity x : player.getNearbyEntities(40, 40, 40)) {
|
||||||
if (x.getType().equals(type)) {
|
if (x.getType().equals(type)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user