diff options
author | mathiascode <mathiascode@users.noreply.github.com> | 2017-02-21 16:11:28 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-02-21 16:11:28 +0100 |
commit | c89b20695df7d2a7afc85806d147e0b9ab1a23d1 (patch) | |
tree | 5561b8a92244eeb2043e5bc6f8053dcef73f4024 /src/Protocol/Protocol_1_9.cpp | |
parent | Changed fish launching mechanism (#3520) (diff) | |
download | cuberite-c89b20695df7d2a7afc85806d147e0b9ab1a23d1.tar cuberite-c89b20695df7d2a7afc85806d147e0b9ab1a23d1.tar.gz cuberite-c89b20695df7d2a7afc85806d147e0b9ab1a23d1.tar.bz2 cuberite-c89b20695df7d2a7afc85806d147e0b9ab1a23d1.tar.lz cuberite-c89b20695df7d2a7afc85806d147e0b9ab1a23d1.tar.xz cuberite-c89b20695df7d2a7afc85806d147e0b9ab1a23d1.tar.zst cuberite-c89b20695df7d2a7afc85806d147e0b9ab1a23d1.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol_1_9.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Protocol/Protocol_1_9.cpp b/src/Protocol/Protocol_1_9.cpp index 19a00ce37..5b1b4472b 100644 --- a/src/Protocol/Protocol_1_9.cpp +++ b/src/Protocol/Protocol_1_9.cpp @@ -4082,7 +4082,7 @@ void cProtocol_1_9_0::WriteEntityProperties(cPacketizer & a_Pkt, const cEntity & //////////////////////////////////////////////////////////////////////////////// // cProtocol_1_9_1: -cProtocol_1_9_1::cProtocol_1_9_1(cClientHandle * a_Client, const AString &a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) : +cProtocol_1_9_1::cProtocol_1_9_1(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) : super(a_Client, a_ServerAddress, a_ServerPort, a_State) { } @@ -4174,7 +4174,7 @@ void cProtocol_1_9_1::HandlePacketStatusRequest(cByteBuffer & a_ByteBuffer) //////////////////////////////////////////////////////////////////////////////// // cProtocol_1_9_2: -cProtocol_1_9_2::cProtocol_1_9_2(cClientHandle * a_Client, const AString &a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) : +cProtocol_1_9_2::cProtocol_1_9_2(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) : super(a_Client, a_ServerAddress, a_ServerPort, a_State) { } @@ -4231,7 +4231,7 @@ void cProtocol_1_9_2::HandlePacketStatusRequest(cByteBuffer & a_ByteBuffer) //////////////////////////////////////////////////////////////////////////////// // cProtocol_1_9_4: -cProtocol_1_9_4::cProtocol_1_9_4(cClientHandle * a_Client, const AString &a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) : +cProtocol_1_9_4::cProtocol_1_9_4(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) : super(a_Client, a_ServerAddress, a_ServerPort, a_State) { } |