MCPcopy Create free account
hub / github.com/cuberite/cuberite / SendChat

Method SendChat

src/Protocol/Protocol125.cpp:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226
227void cProtocol125::SendChat(const AString & a_Message)
228{
229 cCSLock Lock(m_CSPacket);
230 WriteByte (PACKET_CHAT);
231 WriteString(a_Message);
232 Flush();
233}
234
235
236

Callers

nothing calls this directly

Calls 1

ExtractTextMethod · 0.80

Tested by

no test coverage detected