We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74298f commit 246f75bCopy full SHA for 246f75b
1 file changed
src/main/java/com/unfamoussoul/test/Test.java
@@ -28,10 +28,6 @@ public void onEnable() {
28
config = new Config(getConfigHandler("config.yml"));
29
loadLocale(plugin.getDefaultLanguage(), "en_US", "ru_RU");
30
31
- for (String l : getLocale().getTranslations().keySet()) {
32
- getPlugin().getLogger().severe(l);
33
- }
34
-
35
initPersistentFields();
36
37
addCommand(new TestCommand());
0 commit comments