This commit is contained in:
Pyrbu 2024-05-17 03:50:33 +02:00
parent 36a656ca30
commit 1e95177a3c

@ -131,7 +131,7 @@ public class ZNpcsPlus {
scheduler, packetFactory, textSerializer, typeRegistry, getDataFolder().getParentFile(), scheduler, packetFactory, textSerializer, typeRegistry, getDataFolder().getParentFile(),
propertyRegistry, skinCache, npcRegistry, bungeeConnector); propertyRegistry, skinCache, npcRegistry, bungeeConnector);
log(ChatColor.WHITE + " * Registerring components..."); log(ChatColor.WHITE + " * Registering components...");
bungeeConnector.registerChannel(); bungeeConnector.registerChannel();
shutdownTasks.add(bungeeConnector::unregisterChannel); shutdownTasks.add(bungeeConnector::unregisterChannel);