Add break to Protocol17x.cpp and use new comment delimiter
This commit is contained in:
@@ -2282,6 +2282,7 @@ void cProtocol172::cPacketizer::WriteBlockEntity(const cBlockEntity & a_BlockEnt
|
||||
Writer.AddByte("Rot", SkullEntity.GetRotation() & 0xFF);
|
||||
Writer.AddString("ExtraType", SkullEntity.GetOwner().c_str());
|
||||
Writer.AddString("id", "Skull"); // "Tile Entity ID" - MC wiki; vanilla server always seems to send this though
|
||||
break;
|
||||
}
|
||||
default: break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user