Log this one to STATUS (console too).

This commit is contained in:
asofold 2015-01-25 03:24:44 +01:00
parent 52d46450e2
commit 0de3ae80c9

View File

@ -1258,7 +1258,7 @@ public class NoCheatPlus extends JavaPlugin implements NoCheatPlusAPI {
}
});
if (debug){
logManager.info(Streams.TRACE_FILE, "[NoCheatPlus] Interrupted consistency checking until next tick.");
logManager.info(Streams.STATUS, "[NoCheatPlus] Interrupted consistency checking until next tick.");
}
}
}