9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2026-01-04 15:31:38 +00:00

Don't force flush

This commit is contained in:
SamB440
2023-12-12 20:09:08 +00:00
parent f42dd84087
commit 5522c504b5

View File

@@ -449,7 +449,6 @@ public class ConfiguredRegion {
try (Writer writer = new FileWriter(file)) {
Gson gson = plugin.getGson();
gson.toJson(this, writer);
writer.flush();
}
} catch (IOException e) {
e.printStackTrace();