mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Fixup config parsing
This commit is contained in:
parent
d80cafec08
commit
4034116f05
1 changed files with 1 additions and 0 deletions
|
@ -1054,6 +1054,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ .header(GLOBAL_HEADER)
|
||||
+ .serializers(builder -> builder
|
||||
+ .register(new PacketClassSerializer())
|
||||
+ .register(IntOr.Disabled.SERIALIZER)
|
||||
+ .register(IntOr.Default.SERIALIZER)
|
||||
+ .register(DoubleOr.Default.SERIALIZER)
|
||||
+ );
|
||||
|
|
Loading…
Reference in a new issue