From 3b1830f9fc246d7c2c7ef49721e0e077557c0834 Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Fri, 16 Nov 2018 08:33:38 +0100 Subject: [PATCH] formspec fix --- util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.lua b/util.lua index 2961acf..5e550da 100644 --- a/util.lua +++ b/util.lua @@ -2,7 +2,7 @@ local has_warzone_mod = minetest.get_modpath("warzone") spacecannon.update_formspec = function(meta) meta:set_string("formspec", "size[8,2;]" .. - "button_exit[0,2;8,1;fire;Fire]") + "button_exit[0,1;8,1;fire;Fire]") end spacecannon.fire = function(pos, color, speed, range)