Revert "Utilize formspec prepend"

This reverts commit ea0c2e9568.
This commit is contained in:
Wuzzy 2019-03-07 12:42:08 +01:00
parent 26c9150591
commit a84f7935fa
21 changed files with 31 additions and 9 deletions

View file

@ -196,7 +196,7 @@ end
local function update_formspecs(finished)
local ges = #minetest.get_connected_players()
local form_n = "size[8,15;true]no_prepend[]"
local form_n = "size[8,15;true]"
local all_in_bed = ges == player_in_bed
local night_skip = is_night_skip_enabled()
local button_leave = "button_exit[2,12;4,0.75;leave;Leave bed]"