mabe
This commit is contained in:
parent
2e09aacee2
commit
8fe286274f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class PersistentDataUtilities {
|
||||||
jsonObject = gson.fromJson(reader, JsonObject.class);
|
jsonObject = gson.fromJson(reader, JsonObject.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
writer = Files.newBufferedWriter(path, StandardOpenOption.WRITE);
|
writer = Files.newBufferedWriter(path, StandardOpenOption.TRUNCATE_EXISTING);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue