Variable mixup

master
Etzelia 2018-12-09 15:52:46 -06:00
parent f2f2bc3233
commit 1702acf350
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class MCMUtil {
}
if (plugin.getConfig().getBoolean("staff-chat.enabled")) {
try {
globalLogger = Logger.getLogger("mcm.staff");
staffLogger = Logger.getLogger("mcm.staff");
} catch (Exception e) {
plugin.log("Could not connect to staff log.");
}