diff options
author | Mattes D <github@xoft.cz> | 2014-01-23 22:37:20 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-01-23 22:37:20 +0100 |
commit | 0e10120fc789943db5365f8bf23cc90bf576c231 (patch) | |
tree | a51ebd6f61776834ae5eba7d78798cf989267ebe /src/Protocol | |
parent | Merge pull request #582 from worktycho/BindingsMove (diff) | |
parent | Fixed 1.5.x scoreboard packet IDs (diff) | |
download | cuberite-0e10120fc789943db5365f8bf23cc90bf576c231.tar cuberite-0e10120fc789943db5365f8bf23cc90bf576c231.tar.gz cuberite-0e10120fc789943db5365f8bf23cc90bf576c231.tar.bz2 cuberite-0e10120fc789943db5365f8bf23cc90bf576c231.tar.lz cuberite-0e10120fc789943db5365f8bf23cc90bf576c231.tar.xz cuberite-0e10120fc789943db5365f8bf23cc90bf576c231.tar.zst cuberite-0e10120fc789943db5365f8bf23cc90bf576c231.zip |
Diffstat (limited to 'src/Protocol')
-rw-r--r-- | src/Protocol/Protocol15x.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Protocol/Protocol15x.cpp b/src/Protocol/Protocol15x.cpp index c33aec7d5..264a596b9 100644 --- a/src/Protocol/Protocol15x.cpp +++ b/src/Protocol/Protocol15x.cpp @@ -37,9 +37,9 @@ enum { PACKET_WINDOW_OPEN = 0x64, PACKET_PARTICLE_EFFECT = 0x3F, - PACKET_SCOREBOARD_OBJECTIVE = 0x3B, - PACKET_SCORE_UPDATE = 0x3C, - PACKET_DISPLAY_OBJECTIVE = 0x3D + PACKET_SCOREBOARD_OBJECTIVE = 0xCE, + PACKET_SCORE_UPDATE = 0xCF, + PACKET_DISPLAY_OBJECTIVE = 0xD0 } ; |