Fixed default

Co-Authored-By: Ayush Thoren <ayushthoren@gmail.com>
This commit is contained in:
arsenicviscera 2026-03-11 02:28:38 -07:00
parent 814b61e649
commit 7b3f0cfdab

View file

@ -94,7 +94,7 @@ void LivingEntity::_init()
noJumpDelay = 0;
absorptionAmount = 0.0f;
nametagColor = 0;
nametagColor = 0xFF000000; //default to black. Overridden by stuff
}
LivingEntity::LivingEntity( Level* level) : Entity(level)