mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Correct an invalid llama == horse cast
This commit is contained in:
parent
2b7c295d2c
commit
c636ca1c0e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue