mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 03:57:03 +00:00
Changed setType to setTypeId for ocelot
This commit is contained in:
parent
31074f93a7
commit
62cd0f2832
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class OcelotWatcher extends AgeableWatcher {
|
|||
sendData(18);
|
||||
}
|
||||
|
||||
public void setType(int type) {
|
||||
public void setTypeId(int type) {
|
||||
setValue(18, (byte) type);
|
||||
sendData(18);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue