hiscores plugin: Remove duplicate skill icon images
@@ -328,7 +328,19 @@ public class HiscorePanel extends PluginPanel
|
|||||||
label.setFont(FontManager.getRunescapeSmallFont());
|
label.setFont(FontManager.getRunescapeSmallFont());
|
||||||
label.setText("--");
|
label.setText("--");
|
||||||
|
|
||||||
String skillIcon = "skill_icons_small/" + (skill == null ? "combat" : skill.getName().toLowerCase()) + ".png";
|
String skillName = (skill == null ? "combat" : skill.getName().toLowerCase());
|
||||||
|
String directory = "/skill_icons";
|
||||||
|
if (skillName.equals("combat") || skillName.equals("overall"))
|
||||||
|
{
|
||||||
|
// Cannot use SpriteManager as HiscorePlugin loads before a Client is available
|
||||||
|
directory += "/";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
directory += "_small/";
|
||||||
|
}
|
||||||
|
|
||||||
|
String skillIcon = directory + skillName + ".png";
|
||||||
log.debug("Loading skill icon from {}", skillIcon);
|
log.debug("Loading skill icon from {}", skillIcon);
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 203 B |
|
Before Width: | Height: | Size: 225 B |
|
Before Width: | Height: | Size: 465 B |
|
Before Width: | Height: | Size: 216 B |
|
Before Width: | Height: | Size: 220 B |
|
Before Width: | Height: | Size: 220 B |
|
Before Width: | Height: | Size: 190 B |
|
Before Width: | Height: | Size: 373 B |
|
Before Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 201 B |
|
Before Width: | Height: | Size: 222 B |
|
Before Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 277 B |
|
Before Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 212 B |
|
Before Width: | Height: | Size: 291 B |
|
Before Width: | Height: | Size: 321 B |
|
Before Width: | Height: | Size: 258 B |
|
Before Width: | Height: | Size: 251 B |
|
Before Width: | Height: | Size: 546 B |
|
Before Width: | Height: | Size: 237 B |
|
Before Width: | Height: | Size: 232 B |
|
Before Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 297 B |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |