mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-08 11:57:39 +08:00
fix code style
This commit is contained in:
parent
094e95d058
commit
0e828a58db
@ -22,6 +22,8 @@ cPacketizer::~cPacketizer()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cPacketizer::WriteChat(const cCompositeChat & a_Value)
|
||||
{
|
||||
VERIFY(m_Out.WriteVarUTF8String(a_Value.CreateJsonString()));
|
||||
@ -29,6 +31,8 @@ void cPacketizer::WriteChat(const cCompositeChat & a_Value)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cPacketizer::WriteByteAngle(double a_Angle)
|
||||
{
|
||||
WriteBEInt8(static_cast<Int8>(255 * a_Angle / 360));
|
||||
|
Loading…
Reference in New Issue
Block a user