修复武器信息错误的问题
This commit is contained in:
parent
e475c7ec05
commit
b95b50fbc4
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ public class ClientGunImageTooltip implements ClientTooltipComponent {
|
|||
|
||||
return Component.translatable("des.superbwarfare.guns.bypass").withStyle(ChatFormatting.GRAY)
|
||||
.append(Component.literal("").withStyle(ChatFormatting.RESET))
|
||||
.append(Component.literal(new DecimalFormat("##.##%").format(bypassRate * 100)).withStyle(ChatFormatting.GOLD));
|
||||
.append(Component.literal(new DecimalFormat("##.##").format(bypassRate * 100) + "%").withStyle(ChatFormatting.GOLD));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue