fix typo
This commit is contained in:
parent
36a656ca30
commit
1e95177a3c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue