summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-14 16:05:35 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-14 16:05:35 +0100
commite3646fc877f52c848cfb8a383fdbe89140663199 (patch)
tree66647ab2b20db2fc02771f4f5bd93a529ae87203
parentMerge branch 'master' into unreachable (diff)
downloadcuberite-e3646fc877f52c848cfb8a383fdbe89140663199.tar
cuberite-e3646fc877f52c848cfb8a383fdbe89140663199.tar.gz
cuberite-e3646fc877f52c848cfb8a383fdbe89140663199.tar.bz2
cuberite-e3646fc877f52c848cfb8a383fdbe89140663199.tar.lz
cuberite-e3646fc877f52c848cfb8a383fdbe89140663199.tar.xz
cuberite-e3646fc877f52c848cfb8a383fdbe89140663199.tar.zst
cuberite-e3646fc877f52c848cfb8a383fdbe89140663199.zip
-rw-r--r--Tools/ProtoProxy/Connection.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tools/ProtoProxy/Connection.cpp b/Tools/ProtoProxy/Connection.cpp
index 46119ff42..f02b503f1 100644
--- a/Tools/ProtoProxy/Connection.cpp
+++ b/Tools/ProtoProxy/Connection.cpp
@@ -387,8 +387,6 @@ bool cConnection::RelayFromServer(void)
return CLIENTSEND(Buffer, res);
}
}
-
- return true;
}
@@ -425,8 +423,6 @@ bool cConnection::RelayFromClient(void)
return SERVERSEND(Buffer, res);
}
}
-
- return true;
}