diff options
author | Zughy <63455151+Zughy@users.noreply.github.com> | 2021-01-27 19:42:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 18:42:02 +0000 |
commit | 44a9510c8143cfe54587b09c233501ba3a8533f6 (patch) | |
tree | 71b37d8b3fb2737f9c1e76349d1a902f7ce3d102 /util | |
parent | 8dae7b47fcc1c26251c8006efbc9ee8af152f87a (diff) | |
download | minetest-44a9510c8143cfe54587b09c233501ba3a8533f6.tar.gz minetest-44a9510c8143cfe54587b09c233501ba3a8533f6.tar.bz2 minetest-44a9510c8143cfe54587b09c233501ba3a8533f6.zip |
Consistently use "health points" (#10868)
Diffstat (limited to 'util')
-rw-r--r-- | util/wireshark/minetest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/wireshark/minetest.lua b/util/wireshark/minetest.lua index 13cd6d482..dd0507c3e 100644 --- a/util/wireshark/minetest.lua +++ b/util/wireshark/minetest.lua @@ -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, |