Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3926672

Browse files
committed
replaced System.err log with plugin logger warning
1 parent b3483b8 commit 3926672

File tree

1 file changed

+1
-1
lines changed
  • ModularMSMF-Core/src/main/java/io/github/davidmc971/modularmsmf/core

1 file changed

+1
-1
lines changed

ModularMSMF-Core/src/main/java/io/github/davidmc971/modularmsmf/core/DataManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ private void initBlackList() {
201201
}
202202
s.close();
203203
} catch (FileNotFoundException e) {
204-
System.err.println("No blacklist found! Please generate a blacklist.txt manually!");
204+
ModularMSMFCore.Instance().getLogger().warning("No blacklist found! Please generate a blacklist.txt manually!");
205205
}
206206
}
207207

0 commit comments

Comments
 (0)