Update Player.cpp

This commit is contained in:
xdoxx123 2026-03-15 13:22:02 +00:00 committed by GitHub
parent 66b2ce5412
commit 7d75439b55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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