1
0

Add break to Protocol17x.cpp and use new comment delimiter

This commit is contained in:
Howaner
2014-02-19 14:12:34 +01:00
parent 52c41f8869
commit 823ee3a125
2 changed files with 8 additions and 7 deletions

View File

@@ -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;
}