fix config manager initialization in V1_20_2PacketFactory
This commit is contained in:
parent
0c0747cd23
commit
624a3c97a2
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public class V1_20_2PacketFactory extends V1_19_3PacketFactory {
|
||||||
|
|
||||||
public V1_20_2PacketFactory(TaskScheduler scheduler, PacketEventsAPI<Plugin> packetEvents, EntityPropertyRegistryImpl propertyRegistry, LegacyComponentSerializer textSerializer, ConfigManager configManager) {
|
public V1_20_2PacketFactory(TaskScheduler scheduler, PacketEventsAPI<Plugin> packetEvents, EntityPropertyRegistryImpl propertyRegistry, LegacyComponentSerializer textSerializer, ConfigManager configManager) {
|
||||||
super(scheduler, packetEvents, propertyRegistry, textSerializer, configManager);
|
super(scheduler, packetEvents, propertyRegistry, textSerializer, configManager);
|
||||||
|
this.configManager = configManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue