diff --git a/Minecraft.World/LivingEntity.cpp b/Minecraft.World/LivingEntity.cpp index 0912a7ba7..39449f19c 100644 --- a/Minecraft.World/LivingEntity.cpp +++ b/Minecraft.World/LivingEntity.cpp @@ -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)