Forgot this case

This commit is contained in:
libraryaddict 2014-06-19 09:29:37 +12:00
parent 2c905e38b2
commit 410f71044f

View File

@ -156,11 +156,12 @@ public class LibsDisguises extends JavaPlugin {
Class watcherClass = null; Class watcherClass = null;
try { try {
switch (disguiseType) { switch (disguiseType) {
case MINECART_CHEST:
case MINECART_COMMAND:
case MINECART_FURNACE: case MINECART_FURNACE:
case MINECART_HOPPER: case MINECART_HOPPER:
case MINECART_MOB_SPAWNER: case MINECART_MOB_SPAWNER:
case MINECART_TNT: case MINECART_TNT:
case MINECART_CHEST:
watcherClass = MinecartWatcher.class; watcherClass = MinecartWatcher.class;
break; break;
case DONKEY: case DONKEY: