mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-23 19:16:14 +01:00
Fix support for Minecraft versions under the bee update (#1276)
This commit is contained in:
parent
dd85904642
commit
af46ba4d1a
@ -131,11 +131,11 @@ public class PacketRegistry {
|
||||
|
||||
// Maps we have to occasionally check have changed
|
||||
for (Object map : serverMaps.values()) {
|
||||
REGISTER.addContainer(new MapContainer(map));
|
||||
result.addContainer(new MapContainer(map));
|
||||
}
|
||||
|
||||
for (Object map : clientMaps.values()) {
|
||||
REGISTER.addContainer(new MapContainer(map));
|
||||
result.addContainer(new MapContainer(map));
|
||||
}
|
||||
|
||||
for (Object protocol : protocols) {
|
||||
|
Loading…
Reference in New Issue
Block a user