mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 08:39:09 +00:00
Added fix for previous commit...
This commit is contained in:
@@ -33,7 +33,7 @@ public enum Category
|
||||
*/
|
||||
public static BufferedImage getIcon(String s) {
|
||||
if (images.get(s) == null) {
|
||||
images.put(s, Images.getResource("/storage/resources/images/category/" + s + ".png"));
|
||||
images.put(s, Images.getResource("/storage/images/category/" + s + ".png"));
|
||||
}
|
||||
return images.get(s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user