summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol15x.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-01-23 22:37:20 +0100
committerMattes D <github@xoft.cz>2014-01-23 22:37:20 +0100
commit0e10120fc789943db5365f8bf23cc90bf576c231 (patch)
treea51ebd6f61776834ae5eba7d78798cf989267ebe /src/Protocol/Protocol15x.cpp
parentMerge pull request #582 from worktycho/BindingsMove (diff)
parentFixed 1.5.x scoreboard packet IDs (diff)
downloadcuberite-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/Protocol15x.cpp')
-rw-r--r--src/Protocol/Protocol15x.cpp6
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
} ;