Fix horse inventory

This commit is contained in:
fullwall 2020-10-04 00:58:35 +08:00
parent 9f7e57fbda
commit f6fbc28d15

View File

@ -948,7 +948,7 @@ public class NMSImpl implements NMSBridge {
return;
boolean wasTamed = horse.isTamed();
horse.setTamed(true);
((EntityHorseAbstract) handle).e(equipperHandle);
((EntityHorseAbstract) handle).f(equipperHandle);
horse.setTamed(wasTamed);
}