Skip to content

Commit 1074156

Browse files
committed
quote
1 parent 79a9959 commit 1074156

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quickshop-bukkit/src/main/java/com/ghostchu/quickshop/localization/text/SimpleTextManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,9 @@ private Collection<String> getOverrideLocales(@NotNull Collection<String> pool)
289289
localeFile.getParentFile().mkdirs();
290290
localeFile.createNewFile();
291291
} else {
292-
if (localeFile.isDirectory())
292+
if (localeFile.isDirectory()) {
293293
localeFile.delete();
294+
}
294295
}
295296
}
296297
}

0 commit comments

Comments
 (0)