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