mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-16 23:30:34 +01:00
Spitted a string on two lines
Cosmetic - prevents the line from going out of the configuration window
This commit is contained in:
parent
85bc62a65d
commit
22df28074c
|
@ -47,7 +47,7 @@ local function initialize_data(meta)
|
|||
meta:set_string("formspec",
|
||||
"invsize[9,5;]" ..
|
||||
"textarea[0.5,0.5;8.5,4;commands;Commands;"..commands.."]" ..
|
||||
"label[1,3.8;@nearest, @farthest, and @random are replaced by the respective player names]" ..
|
||||
"label[1,3.8;@nearest, @farthest, and @random are replaced by\nthe respective player names]" ..
|
||||
"button_exit[3.3,4.5;2,1;submit;Submit]")
|
||||
local owner = meta:get_string("owner")
|
||||
if owner == "" then
|
||||
|
|
Loading…
Reference in New Issue
Block a user