fix cleric impetus not properly updating

This commit is contained in:
yrsegal@gmail.com 2022-04-19 16:29:47 -04:00
parent 8fc3b080ad
commit c6ee3effa9

View file

@ -44,6 +44,7 @@ public class BlockStoredPlayerImpetus extends BlockAbstractImpetus {
if (entity instanceof Player) {
// phew, we got something
tile.setPlayer(entity.getUUID());
tile.setChanged();
pLevel.playSound(pPlayer, pPos, HexSounds.IMPETUS_STOREDPLAYER_DING.get(), SoundSource.BLOCKS,
1f, 1f);