mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Remove deprecated method call
This commit is contained in:
parent
8a16a8b501
commit
ab08d9a4a6
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class Main extends MineLPDelegate implements ClientModInitializer {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Race getPlayerPonyRace(PlayerEntity player) {
|
public Race getPlayerPonyRace(PlayerEntity player) {
|
||||||
switch (MineLittlePony.getInstance().getManager().getPony(player).getRace(false)) {
|
switch (MineLittlePony.getInstance().getManager().getPony(player).getRace()) {
|
||||||
case ALICORN:
|
case ALICORN:
|
||||||
return Race.ALICORN;
|
return Race.ALICORN;
|
||||||
case CHANGELING:
|
case CHANGELING:
|
||||||
|
|
Loading…
Reference in a new issue