Variable mixup
parent
f2f2bc3233
commit
1702acf350
|
@ -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.");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue