EcoPlugin#afterLoad now runs 2 ticks after, with a preliminary reload 1 tick after startup to fix load order bugs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.willfp.eco.internal.logging
|
||||
|
||||
import java.util.logging.LogRecord
|
||||
import java.util.logging.Logger
|
||||
|
||||
object NOOPLogger : Logger("eco_noop", null as String?) {
|
||||
override fun log(record: LogRecord?) {
|
||||
return
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user