1
0

ProtoProxy: Added dblquotes.

This commit is contained in:
madmaxoft 2013-11-10 22:54:58 +01:00
parent 3a692d53e8
commit f0aab7c580

View File

@ -2205,8 +2205,8 @@ bool cConnection::HandleServerSpawnNamedEntity(void)
CreateHexDump(HexDump, Metadata.data(), Metadata.size(), 32); CreateHexDump(HexDump, Metadata.data(), Metadata.size(), 32);
Log("Received a PACKET_SPAWN_NAMED_ENTITY from the server:"); Log("Received a PACKET_SPAWN_NAMED_ENTITY from the server:");
Log(" EntityID = %u (0x%x)", EntityID, EntityID); Log(" EntityID = %u (0x%x)", EntityID, EntityID);
Log(" UUID = %s", EntityUUID.c_str()); Log(" UUID = \"%s\"", EntityUUID.c_str());
Log(" Name = %s", EntityName.c_str()); Log(" Name = \"%s\"", EntityName.c_str());
Log(" Pos = %s", PrintableAbsIntTriplet(PosX, PosY, PosZ).c_str()); Log(" Pos = %s", PrintableAbsIntTriplet(PosX, PosY, PosZ).c_str());
Log(" Rotation = <yaw %d, pitch %d>", Yaw, Pitch); Log(" Rotation = <yaw %d, pitch %d>", Yaw, Pitch);
Log(" CurrentItem = %d", CurrentItem); Log(" CurrentItem = %d", CurrentItem);