mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Consistently use "health points" (#10868)
This commit is contained in:
@@ -873,7 +873,7 @@ end
|
||||
-- TOCLIENT_HP
|
||||
|
||||
do
|
||||
local f_hp = ProtoField.uint16("minetest.server.hp", "Hitpoints", base.DEC)
|
||||
local f_hp = ProtoField.uint16("minetest.server.hp", "Health points", base.DEC)
|
||||
|
||||
minetest_server_commands[0x33] = {
|
||||
"HP", 4,
|
||||
|
Reference in New Issue
Block a user