+ nSpigot supported.

This commit is contained in:
坏黑
2018-12-01 16:10:25 +08:00
parent 42215556df
commit 29d02a0384
2 changed files with 4 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ public class TagDataHandler implements Listener {
@Override
public void run() {
if (PacketUtils.isProtocolLibEnabled()) {
if (PacketUtils.isProtocolLibEnabled() && Main.getInst().getConfig().getBoolean("TABLIST-PACKET", true)) {
TagPacket.inst();
}
}