Icon fix
This commit is contained in:
@@ -50,8 +50,8 @@ public abstract class UnlockableContent extends MappableContent{
|
|||||||
fullIcon =
|
fullIcon =
|
||||||
Core.atlas.find(getContentType().name() + "-" + name + "-full",
|
Core.atlas.find(getContentType().name() + "-" + name + "-full",
|
||||||
Core.atlas.find(name + "-full",
|
Core.atlas.find(name + "-full",
|
||||||
Core.atlas.find(getContentType().name() + "-" + name,
|
|
||||||
Core.atlas.find(name,
|
Core.atlas.find(name,
|
||||||
|
Core.atlas.find(getContentType().name() + "-" + name,
|
||||||
Core.atlas.find(name + "1")))));
|
Core.atlas.find(name + "1")))));
|
||||||
|
|
||||||
uiIcon = Core.atlas.find(getContentType().name() + "-" + name + "-ui", fullIcon);
|
uiIcon = Core.atlas.find(getContentType().name() + "-" + name + "-ui", fullIcon);
|
||||||
|
|||||||
Reference in New Issue
Block a user