diff options
author | Simon Pribylski <66266021+Persson-dev@users.noreply.github.com> | 2022-04-21 18:05:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 18:05:09 +0200 |
commit | 844a33933076a8e343de944b6eab26b4166e2f6f (patch) | |
tree | f1c69581153d462e40d116e117713c95aae1f84c /src/Protocol/Protocol_1_10.cpp | |
parent | Improving 1.14 support (#5388) (diff) | |
download | cuberite-844a33933076a8e343de944b6eab26b4166e2f6f.tar cuberite-844a33933076a8e343de944b6eab26b4166e2f6f.tar.gz cuberite-844a33933076a8e343de944b6eab26b4166e2f6f.tar.bz2 cuberite-844a33933076a8e343de944b6eab26b4166e2f6f.tar.lz cuberite-844a33933076a8e343de944b6eab26b4166e2f6f.tar.xz cuberite-844a33933076a8e343de944b6eab26b4166e2f6f.tar.zst cuberite-844a33933076a8e343de944b6eab26b4166e2f6f.zip |
Diffstat (limited to 'src/Protocol/Protocol_1_10.cpp')
-rw-r--r-- | src/Protocol/Protocol_1_10.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Protocol/Protocol_1_10.cpp b/src/Protocol/Protocol_1_10.cpp index beca6db24..4f89cf6bd 100644 --- a/src/Protocol/Protocol_1_10.cpp +++ b/src/Protocol/Protocol_1_10.cpp @@ -48,19 +48,6 @@ Implements the 1.10 protocol classes: -#define HANDLE_READ(ByteBuf, Proc, Type, Var) \ - Type Var; \ - do { \ - if (!ByteBuf.Proc(Var))\ - {\ - return;\ - } \ - } while (false) - - - - - // The disabled error is intended, since the Metadata have overlapping indexes // based on the type of the Entity. // |