From bff731962259ed1cfc63acdcfd8e1d9d3277cb78 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Mon, 23 Mar 2020 18:02:32 +0200 Subject: Enable functional packets in 1.13 --- src/Protocol/Protocol_1_13.cpp | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'src/Protocol/Protocol_1_13.cpp') diff --git a/src/Protocol/Protocol_1_13.cpp b/src/Protocol/Protocol_1_13.cpp index e2cd72693..f058e8d59 100644 --- a/src/Protocol/Protocol_1_13.cpp +++ b/src/Protocol/Protocol_1_13.cpp @@ -350,24 +350,6 @@ void cProtocol_1_13::SendPaintingSpawn(const cPainting & a_Painting) -void cProtocol_1_13::SendParticleEffect(const AString & a_ParticleName, float a_SrcX, float a_SrcY, float a_SrcZ, float a_OffsetX, float a_OffsetY, float a_OffsetZ, float a_ParticleData, int a_ParticleAmount) -{ - // TODO -} - - - - - -void cProtocol_1_13::SendParticleEffect(const AString & a_ParticleName, Vector3f a_Src, Vector3f a_Offset, float a_ParticleData, int a_ParticleAmount, std::array a_Data) -{ - // TODO -} - - - - - void cProtocol_1_13::SendPluginMessage(const AString & a_Channel, const AString & a_Message) { // TODO @@ -386,15 +368,6 @@ void cProtocol_1_13::SendScoreboardObjective(const AString & a_Name, const AStri -void cProtocol_1_13::SendSoundEffect(const AString & a_SoundName, double a_X, double a_Y, double a_Z, float a_Volume, float a_Pitch) -{ - // TODO -} - - - - - void cProtocol_1_13::SendStatistics(const cStatManager & a_Manager) { // TODO -- cgit v1.2.3