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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user