forked from Mirrorlandia_minetest/minetest
set client to not show hp if server doesn't support it
This commit is contained in:
parent
c638442e78
commit
983bf6677d
@ -277,6 +277,9 @@ LocalPlayer::LocalPlayer():
|
||||
m_sneak_node(32767,32767,32767),
|
||||
m_sneak_node_exists(false)
|
||||
{
|
||||
// Initialize hp to 0, so that no hearts will be shown if server
|
||||
// doesn't support health points
|
||||
hp = 0;
|
||||
}
|
||||
|
||||
LocalPlayer::~LocalPlayer()
|
||||
|
Loading…
Reference in New Issue
Block a user