diff options
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r-- | src/ClientHandle.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index 92ed2013f..cb9b83e26 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -2929,6 +2929,15 @@ void cClientHandle::SendExperienceOrb(const cExpOrb & a_ExpOrb) +void cClientHandle::SendResourcePack(const AString & a_ResourcePackUrl) +{ + m_Protocol->SendResourcePack(a_ResourcePackUrl); +} + + + + + void cClientHandle::SendScoreboardObjective(const AString & a_Name, const AString & a_DisplayName, Byte a_Mode) { m_Protocol->SendScoreboardObjective(a_Name, a_DisplayName, a_Mode); |