fix: Fixed Paper Debug logger issue
This commit is contained in:
parent
c2c40d86a4
commit
5bc0d3560e
@ -72,7 +72,7 @@ public final class AuthMeVelocityPlugin extends JavaPlugin {
|
|||||||
|
|
||||||
public void logDebug(String debug) {
|
public void logDebug(String debug) {
|
||||||
if (config.get().debug()) {
|
if (config.get().debug()) {
|
||||||
getLogger().log(Level.INFO, "[DEBUG] {}", debug);
|
getLogger().info("[DEBUG] " + debug);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user