runelite-client: create session file directory if it doesn't exist
This commit is contained in:
@@ -171,6 +171,8 @@ public class RuneLite
|
||||
return;
|
||||
}
|
||||
|
||||
SESSION_FILE.getParentFile().mkdirs();
|
||||
|
||||
try (FileWriter fw = new FileWriter(SESSION_FILE))
|
||||
{
|
||||
new Gson().toJson(accountSession, fw);
|
||||
|
||||
Reference in New Issue
Block a user