mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-17 04:41:31 +01:00
Fix horse inventory
This commit is contained in:
parent
9f7e57fbda
commit
f6fbc28d15
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user