Merge remote-tracking branch 'origin/master' into foldermove2
Conflicts: VC2008/MCServer.vcproj
This commit is contained in:
@@ -476,6 +476,16 @@ void cProtocolRecognizer::SendExperience(void)
|
||||
|
||||
|
||||
|
||||
void cProtocolRecognizer::SendExperienceOrb(const cExpOrb & a_ExpOrb)
|
||||
{
|
||||
ASSERT(m_Protocol != NULL);
|
||||
m_Protocol->SendExperienceOrb(a_ExpOrb);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cProtocolRecognizer::SendSoundEffect(const AString & a_SoundName, int a_SrcX, int a_SrcY, int a_SrcZ, float a_Volume, float a_Pitch)
|
||||
{
|
||||
ASSERT(m_Protocol != NULL);
|
||||
|
||||
Reference in New Issue
Block a user