diff options
author | madmaxoft <github@xoft.cz> | 2013-11-08 21:32:14 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-08 21:32:14 +0100 |
commit | 07fa8313b184e2a9d7666cf6f7b10d5def8dc928 (patch) | |
tree | 386d2e6ef3a5251e4ab2972b6620e5092a0ae546 /source/Protocol/Protocol17x.h | |
parent | Fixed code style. (diff) | |
download | cuberite-07fa8313b184e2a9d7666cf6f7b10d5def8dc928.tar cuberite-07fa8313b184e2a9d7666cf6f7b10d5def8dc928.tar.gz cuberite-07fa8313b184e2a9d7666cf6f7b10d5def8dc928.tar.bz2 cuberite-07fa8313b184e2a9d7666cf6f7b10d5def8dc928.tar.lz cuberite-07fa8313b184e2a9d7666cf6f7b10d5def8dc928.tar.xz cuberite-07fa8313b184e2a9d7666cf6f7b10d5def8dc928.tar.zst cuberite-07fa8313b184e2a9d7666cf6f7b10d5def8dc928.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Protocol/Protocol17x.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/Protocol/Protocol17x.h b/source/Protocol/Protocol17x.h index ea7f7461f..844069403 100644 --- a/source/Protocol/Protocol17x.h +++ b/source/Protocol/Protocol17x.h @@ -85,9 +85,9 @@ public: virtual void SendUpdateSign (int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4) override; virtual void SendUseBed (const cEntity & a_Entity, int a_BlockX, int a_BlockY, int a_BlockZ ) override; virtual void SendWeather (eWeather a_Weather) override; - virtual void SendWholeInventory (const cWindow & a_Window) override; - virtual void SendWindowClose (const cWindow & a_Window) override; - virtual void SendWindowOpen (char a_WindowID, char a_WindowType, const AString & a_WindowTitle, char a_NumSlots) override; + virtual void SendWholeInventory (const cWindow & a_Window) override; + virtual void SendWindowClose (const cWindow & a_Window) override; + virtual void SendWindowOpen (const cWindow & a_Window) override; virtual void SendWindowProperty (const cWindow & a_Window, short a_Property, short a_Value) override; virtual AString GetAuthServerID(void) override { return m_AuthServerID; } |