Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3483b8 commit 3926672Copy full SHA for 3926672
ModularMSMF-Core/src/main/java/io/github/davidmc971/modularmsmf/core/DataManager.java
@@ -201,7 +201,7 @@ private void initBlackList() {
201
}
202
s.close();
203
} catch (FileNotFoundException e) {
204
- System.err.println("No blacklist found! Please generate a blacklist.txt manually!");
+ ModularMSMFCore.Instance().getLogger().warning("No blacklist found! Please generate a blacklist.txt manually!");
205
206
207
0 commit comments