From f50f97f6243dc49ffd6c9458cb0adc33dd02a420 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 11 Mar 2017 22:43:52 +0100 Subject: [PATCH] Minor bed help fix --- mods/ITEMS/beds/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/beds/api.lua b/mods/ITEMS/beds/api.lua index 946749856..268743e05 100644 --- a/mods/ITEMS/beds/api.lua +++ b/mods/ITEMS/beds/api.lua @@ -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)