Tweak grammar in various files

- Fix release date to match the actual 1.0.3 release.
This commit is contained in:
Hugo Locurcio
2020-02-15 16:19:22 +01:00
parent 0f924c177c
commit ab7806a4bf
3 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,8 @@ local function add_gauge(player)
local entity = minetest.add_entity(player:get_pos(), "gauges:hp_bar")
local height = 19
-- check for Minetest 0.4.17
-- Check for Minetest 0.4.17 and adjust the entity height if needed
-- (The entity height offset was changed in Minetest 5.0.0.)
local version = tonumber(minetest.get_version().string:sub(1, 1))
if version and version < 5 then
height = 9