Remove getSLF4JLogger method
This commit is contained in:
parent
e6f026109b
commit
1d501f0bf2
1 changed files with 1 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package org.zhdev.varioutil;
|
||||
package org.zhdev;
|
||||
|
||||
import com.velocitypowered.api.proxy.ProxyServer;
|
||||
import org.slf4j.Logger;
|
||||
|
|
@ -27,8 +27,4 @@ public abstract class VelocityPlugin {
|
|||
public java.util.logging.Logger getLogger() {
|
||||
return java.util.logging.Logger.getLogger(logger.getName());
|
||||
}
|
||||
|
||||
public Logger getSLF4JLogger() {
|
||||
return logger;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue