Browse Source

Removed unneeded method call

bm01 13 năm trước cách đây
mục cha
commit
73203ce869
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: '" + configFile.getName() + "' please notify the plugin authors");
+            plugin.getLogger().severe("Missing ressource file: '" + fileName + "' please notify the plugin authors");
         }
     }