Wooden button logging, addresses #331

This commit is contained in:
md_5
2013-01-22 18:04:27 +11:00
parent 3721746f25
commit 1bfa968a48

View File

@@ -30,6 +30,7 @@ public class InteractLogging extends LoggingListener
switch (type) { switch (type) {
case LEVER: case LEVER:
case WOOD_BUTTON:
case STONE_BUTTON: case STONE_BUTTON:
if (wcfg.isLogging(Logging.SWITCHINTERACT)) if (wcfg.isLogging(Logging.SWITCHINTERACT))
consumer.queueBlock(player.getName(), loc, typeId, typeId, blockData); consumer.queueBlock(player.getName(), loc, typeId, typeId, blockData);