Skip to content

Commit

Permalink
fix config manager initialization in V1_20_2PacketFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
D3v1s0m committed Jan 28, 2024
1 parent 0c0747c commit 624a3c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
super(scheduler, packetEvents, propertyRegistry, textSerializer, configManager);
this.configManager = configManager;
}

@Override
Expand Down

0 comments on commit 624a3c9

Please sign in to comment.