diff options
author | Mattes D <github@xoft.cz> | 2016-08-29 13:32:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 13:32:34 +0200 |
commit | c6c2c5afdf883e2a330b02425e59e5ac5ff25ae3 (patch) | |
tree | f1d9104b186d02f5da8f31ed8ce124bfbff3f6b2 /src/Protocol/Protocol.h | |
parent | Fixed SendUnloadChunk bug (#3353) (diff) | |
parent | Proper respawn packets on dimension travel (diff) | |
download | cuberite-c6c2c5afdf883e2a330b02425e59e5ac5ff25ae3.tar cuberite-c6c2c5afdf883e2a330b02425e59e5ac5ff25ae3.tar.gz cuberite-c6c2c5afdf883e2a330b02425e59e5ac5ff25ae3.tar.bz2 cuberite-c6c2c5afdf883e2a330b02425e59e5ac5ff25ae3.tar.lz cuberite-c6c2c5afdf883e2a330b02425e59e5ac5ff25ae3.tar.xz cuberite-c6c2c5afdf883e2a330b02425e59e5ac5ff25ae3.tar.zst cuberite-c6c2c5afdf883e2a330b02425e59e5ac5ff25ae3.zip |
Diffstat (limited to 'src/Protocol/Protocol.h')
-rw-r--r-- | src/Protocol/Protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index a00923394..1da2a6fd7 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -114,7 +114,7 @@ public: virtual void SendPluginMessage (const AString & a_Channel, const AString & a_Message) = 0; virtual void SendRemoveEntityEffect (const cEntity & a_Entity, int a_EffectID) = 0; virtual void SendResetTitle (void) = 0; - virtual void SendRespawn (eDimension a_Dimension, bool a_ShouldIgnoreDimensionChecks) = 0; + virtual void SendRespawn (eDimension a_Dimension) = 0; virtual void SendExperience (void) = 0; virtual void SendExperienceOrb (const cExpOrb & a_ExpOrb) = 0; virtual void SendScoreboardObjective (const AString & a_Name, const AString & a_DisplayName, Byte a_Mode) = 0; |