mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 20:11:55 +00:00
format everything
This commit is contained in:
@@ -62,8 +62,8 @@ std::shared_ptr<ChatPacket> IndirectEntityDamageSource::getDeathMessagePacket(
|
||||
new ChatPacket(player->getNetworkName(), m_msgWithItemId, type,
|
||||
additional, held->getHoverName()));
|
||||
} else {
|
||||
return std::make_shared<ChatPacket>(
|
||||
player->getNetworkName(), m_msgId, type, additional);
|
||||
return std::make_shared<ChatPacket>(player->getNetworkName(), m_msgId,
|
||||
type, additional);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user