Infinite loops are like infinite loops which are like infinite loops which *bang*

This commit is contained in:
Dinnerbone 2011-01-14 14:43:14 +00:00
parent 1ca85f783c
commit 30a8e66282

View File

@ -93,7 +93,7 @@ public class ItemStack {
public void setTypeID(int type) {
this.type = type;
Material mat = getType();
Material mat = Material.getMaterial(type);
if (mat == null) {
data = new MaterialData(type, (byte)0);