1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

resize big textures, fix Deprecated formspec element "invsize"

This commit is contained in:
2016-05-10 23:03:00 +02:00
parent 0b6d3e5cfa
commit c17e2ac7a2
7 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ minetest.register_chatcommand("hp", {
local function initialize_data(meta)
local commands = meta:get_string("commands")
meta:set_string("formspec",
"invsize[9,5;]" ..
"size[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]" ..
"button_exit[3.3,4.5;2,1;submit;Submit]")