Fixed a typo

This commit is contained in:
Robin Kupper
2011-11-09 14:02:30 +01:00
parent 4797d90e65
commit c7395e0d22

View File

@@ -56,7 +56,7 @@ public class BlockChange implements LookupCacheElement
msg.append(action + materialName(type != 0 ? type : replaced) + " [" + signtext.replace("\0", "] [") + "]"); msg.append(action + materialName(type != 0 ? type : replaced) + " [" + signtext.replace("\0", "] [") + "]");
} else if (type == replaced) { } else if (type == replaced) {
if (type == 0) if (type == 0)
msg.append("did a unspecified action"); msg.append("did an unspecified action");
else if (ca != null) { else if (ca != null) {
if (ca.itemType == 0 || ca.itemAmount == 0) if (ca.itemType == 0 || ca.itemAmount == 0)
msg.append("looked inside " + materialName(type)); msg.append("looked inside " + materialName(type));