mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix getAvatarCount
This commit is contained in:
@@ -302,7 +302,7 @@ public class GuiDesktop implements IGuiBase {
|
|||||||
@Override
|
@Override
|
||||||
public int getAvatarCount() {
|
public int getAvatarCount() {
|
||||||
if (FSkin.isLoaded()) {
|
if (FSkin.isLoaded()) {
|
||||||
FSkin.getAvatars().size();
|
return FSkin.getAvatars().size();
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user