Correct an invalid llama == horse cast
This commit is contained in:
parent
2b7c295d2c
commit
c636ca1c0e
@ -125,7 +125,7 @@ public class PacketListenerClientInteract extends PacketAdapter {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
AbstractHorseWatcher watcher = (TraderLlamaWatcher) disguise.getWatcher();
|
AbstractHorseWatcher watcher = (AbstractHorseWatcher) disguise.getWatcher();
|
||||||
|
|
||||||
watcher.setSaddled(true);
|
watcher.setSaddled(true);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user