Skip to content

Commit

Permalink
backport 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Jan 20, 2025
1 parent ade0468 commit ce7a88f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,7 @@ private void onPlayerKillEntity(Player player, Entity entity)
{
var type = entity.getType();

if (type != EntityType.CREAKING)
morphs.grantMorphToPlayer(player, type.getKey().asString());
morphs.grantMorphToPlayer(player, type.getKey().asString());
}
}
}

0 comments on commit ce7a88f

Please sign in to comment.