diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette110.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette110.cs index aed6e52bfb..4b51bc5306 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette110.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette110.cs @@ -120,7 +120,7 @@ public class PacketPalette110 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette112.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette112.cs index 4479e3402a..9a5fc6855e 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette112.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette112.cs @@ -126,7 +126,7 @@ public class PacketPalette112 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1122.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1122.cs index 401d0d3cf7..e1a2e64ce7 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1122.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1122.cs @@ -127,7 +127,7 @@ public class PacketPalette1122 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette113.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette113.cs index c17bccd796..7f35edd1b1 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette113.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette113.cs @@ -143,7 +143,7 @@ public class PacketPalette113 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette114.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette114.cs index ef9cebf552..472bd860b1 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette114.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette114.cs @@ -153,7 +153,7 @@ public class PacketPalette114 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette115.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette115.cs index c1b7f21f0b..4ce879b191 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette115.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette115.cs @@ -153,7 +153,7 @@ public class PacketPalette115 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette116.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette116.cs index 334f1270f5..0d17ba6ca9 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette116.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette116.cs @@ -153,7 +153,7 @@ public class PacketPalette116 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1162.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1162.cs index 4894a79cd6..521fcf2a19 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1162.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1162.cs @@ -154,7 +154,7 @@ public class PacketPalette1162 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette117.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette117.cs index 305bf52f42..70191896e3 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette117.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette117.cs @@ -165,7 +165,7 @@ public class PacketPalette117 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette118.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette118.cs index e249ab43ca..ffecc3db44 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette118.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette118.cs @@ -166,7 +166,7 @@ public class PacketPalette118 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette119.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette119.cs index 990da3e14d..0757dcb840 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette119.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette119.cs @@ -170,7 +170,7 @@ public class PacketPalette119 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1192.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1192.cs index 2920fd968e..2fb5a291de 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1192.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1192.cs @@ -173,7 +173,7 @@ public class PacketPalette1192 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } \ No newline at end of file diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1193.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1193.cs index d098c76c4d..49e27a583a 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1193.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1193.cs @@ -172,7 +172,7 @@ public class PacketPalette1193 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } \ No newline at end of file diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1194.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1194.cs index fd65461a1f..489961feec 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1194.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette1194.cs @@ -177,7 +177,7 @@ public class PacketPalette1194 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } \ No newline at end of file diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette17.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette17.cs index 43a275d91e..bd3376123a 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette17.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette17.cs @@ -115,7 +115,7 @@ public class PacketPalette17 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } } diff --git a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette18.cs b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette18.cs index 11cefe6044..b7db312ddd 100644 --- a/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette18.cs +++ b/MinecraftClient/Protocol/Handlers/PacketPalettes/PacketPalette18.cs @@ -119,7 +119,7 @@ public class PacketPalette18 : PacketTypePalette protected override Dictionary GetListIn() => typeIn; protected override Dictionary GetListOut() => typeOut; - protected override Dictionary GetConfigurationListIn() => null!; - protected override Dictionary GetConfigurationListOut() => null!; + protected override Dictionary GetConfigurationListIn() => new(); + protected override Dictionary GetConfigurationListOut() => new(); } }