mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Opps. Its 7 not 9
This commit is contained in:
parent
370a357666
commit
d181addde9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class HorseWatcher extends AgeableWatcher {
|
||||||
// Zombie
|
// Zombie
|
||||||
// Skeleton
|
// Skeleton
|
||||||
setValue(19, (byte) 0);
|
setValue(19, (byte) 0);
|
||||||
setValue(20, new Random().nextInt(9));
|
setValue(20, new Random().nextInt(7));
|
||||||
setValue(21, "");
|
setValue(21, "");
|
||||||
setValue(22, 0);
|
setValue(22, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue