Initial resource pack support (#4622)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user