diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-07-19 21:49:29 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-07-19 21:49:29 +0200 |
commit | 5dd51e87e5b59e81287c2b29c2a82b4ac2c2a1d0 (patch) | |
tree | 86265b8850b6c84a465e227555245f353ff7b5d7 /src/Protocol/Protocol_1_10.cpp | |
parent | Remove Waterlogged value from registry (diff) | |
download | cuberite-5dd51e87e5b59e81287c2b29c2a82b4ac2c2a1d0.tar cuberite-5dd51e87e5b59e81287c2b29c2a82b4ac2c2a1d0.tar.gz cuberite-5dd51e87e5b59e81287c2b29c2a82b4ac2c2a1d0.tar.bz2 cuberite-5dd51e87e5b59e81287c2b29c2a82b4ac2c2a1d0.tar.lz cuberite-5dd51e87e5b59e81287c2b29c2a82b4ac2c2a1d0.tar.xz cuberite-5dd51e87e5b59e81287c2b29c2a82b4ac2c2a1d0.tar.zst cuberite-5dd51e87e5b59e81287c2b29c2a82b4ac2c2a1d0.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol_1_10.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Protocol/Protocol_1_10.cpp b/src/Protocol/Protocol_1_10.cpp index 3ace0fe43..5eafa9bad 100644 --- a/src/Protocol/Protocol_1_10.cpp +++ b/src/Protocol/Protocol_1_10.cpp @@ -305,14 +305,9 @@ namespace Metadata -cProtocol_1_10_0::cProtocol_1_10_0(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) : - Super(a_Client, a_ServerAddress, a_ServerPort, a_State) -{ -} - - - +//////////////////////////////////////////////////////////////////////////////// +// cProtocol_1_10_0: void cProtocol_1_10_0::SendSoundEffect(const AString & a_SoundName, double a_X, double a_Y, double a_Z, float a_Volume, float a_Pitch) { |