From 00851220287becbd83186f2a2ea3b2aac76eb85a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 20 Feb 2019 21:09:04 +0100 Subject: [PATCH] Slightly rewrite a bed formspec string --- mods/ITEMS/mcl_beds/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_beds/functions.lua b/mods/ITEMS/mcl_beds/functions.lua index 018cf74f1..02f72ff5b 100644 --- a/mods/ITEMS/mcl_beds/functions.lua +++ b/mods/ITEMS/mcl_beds/functions.lua @@ -210,7 +210,7 @@ local function update_formspecs(finished) end return elseif not is_sp then - local text = string.format("%d of %d player(s) are in bed.", player_in_bed, ges) + local text = string.format("Players in bed: %d/%d", player_in_bed, ges) if not night_skip then text = text .. "\n" .. "Note: Night skip is disabled." form_n = form_n .. bg_presleep