mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-24 21:25:33 +00:00
style: clang-format the entire project
This commit is contained in:
@@ -24,7 +24,7 @@ AddGlobalEntityPacket::AddGlobalEntityPacket(std::shared_ptr<Entity> e) {
|
||||
x = Mth::floor(e->x * 32);
|
||||
y = Mth::floor(e->y * 32);
|
||||
z = Mth::floor(e->z * 32);
|
||||
if (e->instanceof(eTYPE_LIGHTNINGBOLT)) {
|
||||
if (e->instanceof (eTYPE_LIGHTNINGBOLT)) {
|
||||
type = LIGHTNING;
|
||||
} else {
|
||||
type = 0;
|
||||
|
||||
Reference in New Issue
Block a user