Skip to content

Commit

Permalink
openosrs: use openosrs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Therealnull committed Feb 1, 2021
1 parent 0c1f321 commit 4be1b25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
@Slf4j
public class RuneLite
{
public static final File RUNELITE_DIR = new File(System.getProperty("user.home"), ".runelite");
public static final File RUNELITE_DIR = new File(System.getProperty("user.home"), ".openosrs");
public static final File CACHE_DIR = new File(RUNELITE_DIR, "cache");
public static final File PLUGINS_DIR = new File(RUNELITE_DIR, "plugins");
public static final File PROFILES_DIR = new File(RUNELITE_DIR, "profiles");
Expand Down

0 comments on commit 4be1b25

Please sign in to comment.