mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
FML|HS: ServerHello: overrideDimension only sent if fmlProtocolVersion>=2
This commit is contained in:
parent
8f1704bc7a
commit
9bb788bb7a
@ -60,9 +60,7 @@ proto.addType('FML|HS', [
|
|||||||
{
|
{
|
||||||
"compareTo": "discriminator",
|
"compareTo": "discriminator",
|
||||||
"fields": {
|
"fields": {
|
||||||
"0": "int"
|
"0": [
|
||||||
/* TODO
|
|
||||||
[
|
|
||||||
"switch",
|
"switch",
|
||||||
{
|
{
|
||||||
// "Only sent if protocol version is greater than 1."
|
// "Only sent if protocol version is greater than 1."
|
||||||
@ -75,11 +73,9 @@ proto.addType('FML|HS', [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
*/
|
|
||||||
},
|
|
||||||
"default": "void"
|
"default": "void"
|
||||||
},
|
},
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user