Fixed a type. Thanks to ZeroErrors

This commit is contained in:
Robin Kupper
2011-10-07 10:53:10 +02:00
parent 0f9eaa0537
commit 11fdae8dbc

View File

@@ -69,7 +69,7 @@ public class BlockChange implements LookupCacheElement
else if (type == 64 || type == 71 || type == 96 || type == 107)
msg.append((data == 0 ? "opened" : "closed") + " " + materialName(type));
else if (type == 69)
msg.append("swiched " + materialName(type));
msg.append("switched " + materialName(type));
else if (type == 77)
msg.append("pressed " + materialName(type));
else if (type == 92)