Locale override now uses a specific file instead of weird name matching

This commit is contained in:
nossr50
2021-04-16 13:50:41 -07:00
parent c29f311f1e
commit 16f79b9fbc
8 changed files with 167 additions and 24 deletions

View File

@@ -17,7 +17,10 @@ import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.junit.jupiter.api.*;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.io.*;
import java.net.URI;