From 7e0a810c6ac60eedea3516fe66a3f2b65a6fec88 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sat, 20 Aug 2016 23:40:20 +0200 Subject: [PATCH] typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index dcd20f8..297868d 100644 --- a/init.lua +++ b/init.lua @@ -191,7 +191,7 @@ travelnet.update_formspec = function( pos, puncher_name ) zusatzstr = "field[0.3,11;6,0.7;locks_sent_lock_command;Locked travelnet. Type /help for help:;]"; trheight = "11.5"; end - local formspec = "size[12,"..trheight.."10]".. + local formspec = "size[12,"..trheight.."]".. "label[3.3,0.0;Travelnet-Box:]".."label[6.3,0.0;Punch box to update target list.]".. "label[0.3,0.4;Name of this station:]".."label[6.3,0.4;"..(station_name or "?").."]".. "label[0.3,0.8;Assigned to Network:]" .."label[6.3,0.8;"..(station_network or "?").."]"..