mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Forgot this case
This commit is contained in:
parent
2c905e38b2
commit
410f71044f
1 changed files with 2 additions and 1 deletions
|
@ -156,11 +156,12 @@ public class LibsDisguises extends JavaPlugin {
|
|||
Class watcherClass = null;
|
||||
try {
|
||||
switch (disguiseType) {
|
||||
case MINECART_CHEST:
|
||||
case MINECART_COMMAND:
|
||||
case MINECART_FURNACE:
|
||||
case MINECART_HOPPER:
|
||||
case MINECART_MOB_SPAWNER:
|
||||
case MINECART_TNT:
|
||||
case MINECART_CHEST:
|
||||
watcherClass = MinecartWatcher.class;
|
||||
break;
|
||||
case DONKEY:
|
||||
|
|
Loading…
Reference in a new issue