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