Minor bed help fix

This commit is contained in:
Wuzzy 2017-03-11 22:43:52 +01:00
parent 8114097ef8
commit f50f97f624
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ end
if minetest.setting_getbool("enable_bed_night_skip") == false then
beddesc = beddesc .. "In this strange world, the time will not pass faster for you when you sleep."
else
beddesc = beddesc .. "Going into bed seems to make time pass faster: The night will be skipped when you go sleep and you're alone in this world. If you're not alone, the night is skipped when all humans in this world went to sleep."
beddesc = beddesc .. "Going into bed seems to make time pass faster: The night will be skipped when you go sleep and you're alone in this world. If you're not alone, the night is skipped when all players in this world went to sleep."
end
function beds.register_bed(name, def)