Fix kitten inventory name
This commit is contained in:
@ -33,8 +33,8 @@ public class KittenTask extends TaskNodeParent {
|
||||
public static KittenTask createKittenTask() {
|
||||
KittenTask task = null;
|
||||
|
||||
if (Inventory.contains(Constants.KITTEN)) {
|
||||
Inventory.drop(Constants.KITTEN);
|
||||
if (Inventory.contains(Constants.KITTEN_INVENTORY)) {
|
||||
Inventory.drop(Constants.KITTEN_INVENTORY);
|
||||
|
||||
task = new KittenTask();
|
||||
}
|
||||
|
Reference in New Issue
Block a user