mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Fix clear cache button
This commit is contained in:
parent
9b437ca587
commit
c9b18a3ddf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class HDSkinsConfigPanel implements ConfigPanel {
|
|||
|
||||
@Override
|
||||
public void onPanelShown(ConfigPanelHost host) {
|
||||
this.button = new GuiButton(0, 72, 120, 70, 16, "Clear Skin Cache");
|
||||
this.button = new GuiButton(0, 40, 10, 100, 20, "Clear Skin Cache");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue