13
0
geforkt von Mirrors/Paper

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

By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-01-14 14:43:14 +00:00
Ursprung 800a8d089b
Commit 14ed38cc63

Datei anzeigen

@ -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);