forked from Mineclonia/Mineclonia
Slightly rewrite a bed formspec string
This commit is contained in:
parent
99741f3d2a
commit
0085122028
|
@ -210,7 +210,7 @@ local function update_formspecs(finished)
|
||||||
end
|
end
|
||||||
return
|
return
|
||||||
elseif not is_sp then
|
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
|
if not night_skip then
|
||||||
text = text .. "\n" .. "Note: Night skip is disabled."
|
text = text .. "\n" .. "Note: Night skip is disabled."
|
||||||
form_n = form_n .. bg_presleep
|
form_n = form_n .. bg_presleep
|
||||||
|
|
Loading…
Reference in New Issue