mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Fixed default
Co-Authored-By: Ayush Thoren <ayushthoren@gmail.com>
This commit is contained in:
parent
814b61e649
commit
7b3f0cfdab
|
|
@ -94,7 +94,7 @@ void LivingEntity::_init()
|
||||||
noJumpDelay = 0;
|
noJumpDelay = 0;
|
||||||
absorptionAmount = 0.0f;
|
absorptionAmount = 0.0f;
|
||||||
|
|
||||||
nametagColor = 0;
|
nametagColor = 0xFF000000; //default to black. Overridden by stuff
|
||||||
}
|
}
|
||||||
|
|
||||||
LivingEntity::LivingEntity( Level* level) : Entity(level)
|
LivingEntity::LivingEntity( Level* level) : Entity(level)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue