From 7d75439b55b834389db3438748de4ed0a345b0a9 Mon Sep 17 00:00:00 2001 From: xdoxx123 <162730079+xdoxx123@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:22:02 +0000 Subject: [PATCH] Update Player.cpp --- Minecraft.World/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.World/Player.cpp b/Minecraft.World/Player.cpp index 102b59311..00c7148e4 100644 --- a/Minecraft.World/Player.cpp +++ b/Minecraft.World/Player.cpp @@ -168,7 +168,7 @@ void Player::registerAttributes() { LivingEntity::registerAttributes(); - getAttributes()->registerAttribute(SharedMonsterAttributes::ATTACK_DAMAGE)->setBaseValue(1-); + getAttributes()->registerAttribute(SharedMonsterAttributes::ATTACK_DAMAGE)->setBaseValue(1); } void Player::defineSynchedData()