Skip to content

Commit 5087d8d

Browse files
committed
Remove redundant listener
1 parent 855564f commit 5087d8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spigot/src/main/java/com/github/fernthedev/fernapi/server/spigot/FernSpigotAPI.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import com.github.fernthedev.fernapi.server.spigot.scheduler.SpigotScheduler;
1010
import com.github.fernthedev.fernapi.universal.Universal;
1111
import com.github.fernthedev.fernapi.universal.handlers.FernAPIPlugin;
12-
import com.github.fernthedev.fernapi.universal.util.network.vanish.VanishProxyCheck;
1312
import fr.minuskube.inv.InventoryManager;
1413
import lombok.Getter;
1514
import net.kyori.adventure.platform.bukkit.BukkitAudiences;
@@ -58,8 +57,6 @@ public void onEnable() {
5857

5958
inventoryManager = new InventoryManager(this);
6059
inventoryManager.init();
61-
62-
Universal.getMessageHandler().registerMessageHandler(VanishProxyCheck.LISTENER_INSTANCE);
6360
}
6461

6562
@OverridingMethodsMustInvokeSuper

0 commit comments

Comments
 (0)