Skip to content

Commit

Permalink
Adjusted backported changes to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Jun 15, 2023
1 parent 1e25b70 commit 2c3ddb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private int handle( CommandData data ) throws CommandSyntaxException {
UndeadArmyInfo info = config.readUndeadArmyInfo( entity.getPersistentData() );
int killsToStart = Math.max( config.getRequiredKills() - info.killedUndead, 1 );

data.source.sendSuccess( ()->Component.translatable( "commands.undeadarmy.progress", entity.getDisplayName(), killsToStart ), true );
data.source.sendSuccess( Component.translatable( "commands.undeadarmy.progress", entity.getDisplayName(), killsToStart ), true );
return -1;
}
}

0 comments on commit 2c3ddb3

Please sign in to comment.