.runelite -> .openosrs
This commit is contained in:
@@ -57,7 +57,7 @@ public class InfoPanel extends JPanel
|
||||
private static final BufferedImage TRANSPARENT_LOGO = ImageUtil.getResourceStreamFromClass(InfoPanel.class, "/openosrs.png");
|
||||
static final Dimension PANEL_SIZE = new Dimension(200, OpenOSRSSplashScreen.FRAME_SIZE.height);
|
||||
private static final Dimension VERSION_SIZE = new Dimension(PANEL_SIZE.width, 25);
|
||||
private static final File RUNELITE_DIR = new File(System.getProperty("user.home"), ".runelite");
|
||||
private static final File RUNELITE_DIR = new File(System.getProperty("user.home"), ".openosrs");
|
||||
private static final File LOGS_DIR = new File(RUNELITE_DIR, "logs");
|
||||
|
||||
public InfoPanel()
|
||||
|
||||
Reference in New Issue
Block a user