fixed debug message

This commit is contained in:
mfnalex 2020-06-13 17:34:56 +02:00
parent 854b9477ec
commit d480ff0c3d

View File

@ -22,10 +22,8 @@ public class LlamaUtils {
public static boolean belongsToLlama(Inventory inv) {
if(inv.getHolder() instanceof ChestedHorse) {
System.out.println("This inventory belongs to a llama");
return true;
}
System.out.println("This inventory does NOT belong to a llama");
return false;
}