1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Consistently use "health points" (#10868)

This commit is contained in:
Zughy 2021-01-27 19:42:02 +01:00 committed by GitHub
parent 8dae7b47fc
commit 44a9510c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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,