mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-12-02 03:56:54 -05:00
Change protocol version number
This commit is contained in:
parent
29a93f319e
commit
7efeba68de
1 changed files with 2 additions and 2 deletions
|
@ -1381,8 +1381,8 @@ function parsePacket(buffer, state, isServer, packetsToParse) {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
version: 5,
|
||||
minecraftVersion: '1.7.10',
|
||||
version: 47,
|
||||
minecraftVersion: '1.8.1',
|
||||
sessionVersion: 13,
|
||||
parsePacket: parsePacket,
|
||||
createPacketBuffer: createPacketBuffer,
|
||||
|
|
Loading…
Reference in a new issue