Skip to content

Commit

Permalink
fix conversiontime breaking on skeletons
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 12, 2022
1 parent f579d02 commit dde4a58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ private EntityConversionTime(EntityTag ent) {

@Override
public String getPropertyString() {
if (getZombie().isConverting()) {
if (isConverting()) {
return getConversionTime().identify();
}
return null;
Expand Down

0 comments on commit dde4a58

Please sign in to comment.