mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-26 20:48:12 +01:00
fixed debug message
This commit is contained in:
parent
854b9477ec
commit
d480ff0c3d
@ -22,10 +22,8 @@ public class LlamaUtils {
|
|||||||
|
|
||||||
public static boolean belongsToLlama(Inventory inv) {
|
public static boolean belongsToLlama(Inventory inv) {
|
||||||
if(inv.getHolder() instanceof ChestedHorse) {
|
if(inv.getHolder() instanceof ChestedHorse) {
|
||||||
System.out.println("This inventory belongs to a llama");
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
System.out.println("This inventory does NOT belong to a llama");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user