Spectators added (#2852)
This commit is contained in:
@@ -170,6 +170,15 @@ void cProtocolRecognizer::SendBlockChanges(int a_ChunkX, int a_ChunkZ, const sSe
|
||||
|
||||
|
||||
|
||||
void cProtocolRecognizer::SendCameraSetTo(const cEntity & a_Entity)
|
||||
{
|
||||
ASSERT(m_Protocol != nullptr);
|
||||
m_Protocol->SendCameraSetTo(a_Entity);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cProtocolRecognizer::SendChat(const AString & a_Message, eChatType a_Type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user