GJ 12 лет назад
Родитель
Сommit
29f47d5ca7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/gmail/nossr50/config/ConfigLoader.java

+ 1 - 1
src/main/java/com/gmail/nossr50/config/ConfigLoader.java

@@ -59,7 +59,7 @@ public abstract class ConfigLoader {
             }
         }
         else {
-            plugin.getLogger().severe("Missing ressource file: '" + fileName + "' please notify the plugin authors");
+            plugin.getLogger().severe("Missing resource file: '" + fileName + "' please notify the plugin authors");
         }
     }