mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-23 07:01:24 +01:00
Check for correct name of init logger.
This commit is contained in:
parent
1e455f77e2
commit
4544e1da7b
@ -55,7 +55,7 @@ public class LogManager extends AbstractLogManager {
|
|||||||
if (!hasStream(Streams.INIT)) {
|
if (!hasStream(Streams.INIT)) {
|
||||||
createInitStream();
|
createInitStream();
|
||||||
}
|
}
|
||||||
else if (hasLogger("init")) {
|
else if (hasLogger(Streams.INIT.name)) {
|
||||||
// Shallow check.
|
// Shallow check.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user