Skip to content

Commit

Permalink
Remove setting default locale (why was this here??)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNeedsSnacks committed Feb 3, 2024
1 parent 3b7d06b commit ab4aabd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/src/main/java/dev/latvian/mods/kubejs/KubeJS.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
import java.nio.file.Path;
import java.time.Duration;
import java.util.ArrayList;
import java.util.Locale;

public class KubeJS {
public static final String MOD_ID = "kubejs";
Expand Down Expand Up @@ -92,7 +91,6 @@ public static ScriptManager getClientScriptManager() {
public KubeJS() throws Throwable {
instance = this;
gameDirectory = Platform.getGameFolder().normalize().toAbsolutePath();
Locale.setDefault(Locale.US);

if (Files.notExists(KubeJSPaths.README)) {
try {
Expand Down

0 comments on commit ab4aabd

Please sign in to comment.