fix cache, still not add null check.

This commit is contained in:
DNx5
2015-09-14 03:45:09 +07:00
parent b4124bc46d
commit a4fd60a6f6
2 changed files with 14 additions and 23 deletions
@@ -11,8 +11,7 @@ public class DataFileCache {
private boolean flying;
public DataFileCache(ItemStack[] inventory, ItemStack[] armor) {
this.inventory = inventory;
this.armor = armor;
this(inventory, armor, "", false, false);
}
public DataFileCache(ItemStack[] inventory, ItemStack[] armor,