mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-03-28 05:00:48 -04:00
Protocol version updated to 1.5.1
This commit is contained in:
parent
936ba5832d
commit
e176938682
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ function parsePacket(buffer, isServer) {
|
|||
|
||||
module.exports = {
|
||||
version: 60,
|
||||
minecraftVersion: '1.5',
|
||||
minecraftVersion: '1.5.1',
|
||||
sessionVersion: 13,
|
||||
parsePacket: parsePacket,
|
||||
createPacketBuffer: createPacketBuffer,
|
||||
|
|
Loading…
Add table
Reference in a new issue