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()