(CharacterDisplay display)
| 79 | } |
| 80 | |
| 81 | private String getWeightToken(CharacterDisplay display) |
| 82 | { |
| 83 | return Globals.getGameModeUnitSet().displayWeightInUnitSet(display.getWeight()) |
| 84 | + Globals.getGameModeUnitSet().getWeightUnit(); |
| 85 | } |
| 86 | } |
no test coverage detected