summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_9.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2020-09-18 14:17:09 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2020-09-18 17:41:06 +0200
commit608e7a9950ccb423b9d715185a29f2fc035e6dc6 (patch)
tree2a9221475622b535383f6350a986b18dd3c86ddd /src/Protocol/Protocol_1_9.h
parentAdd State enum to protocol (diff)
downloadcuberite-608e7a9950ccb423b9d715185a29f2fc035e6dc6.tar
cuberite-608e7a9950ccb423b9d715185a29f2fc035e6dc6.tar.gz
cuberite-608e7a9950ccb423b9d715185a29f2fc035e6dc6.tar.bz2
cuberite-608e7a9950ccb423b9d715185a29f2fc035e6dc6.tar.lz
cuberite-608e7a9950ccb423b9d715185a29f2fc035e6dc6.tar.xz
cuberite-608e7a9950ccb423b9d715185a29f2fc035e6dc6.tar.zst
cuberite-608e7a9950ccb423b9d715185a29f2fc035e6dc6.zip
Diffstat (limited to 'src/Protocol/Protocol_1_9.h')
-rw-r--r--src/Protocol/Protocol_1_9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol_1_9.h b/src/Protocol/Protocol_1_9.h
index a7bd12c0a..a180c8f5e 100644
--- a/src/Protocol/Protocol_1_9.h
+++ b/src/Protocol/Protocol_1_9.h
@@ -37,7 +37,7 @@ class cProtocol_1_9_0:
public:
- cProtocol_1_9_0(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, State a_State);
+ cProtocol_1_9_0(cClientHandle * a_Client, const AString & a_ServerAddress, State a_State);
/** Sending stuff to clients (alphabetically sorted): */
virtual void SendAttachEntity (const cEntity & a_Entity, const cEntity & a_Vehicle) override;