From b887a4bd0cf7f219313cfa52f8f2152e9674b1f4 Mon Sep 17 00:00:00 2001 From: jp Date: Thu, 6 Aug 2015 16:56:54 +0200 Subject: [PATCH] Fix cobblewalls descriptions --- xwall.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwall.lua b/xwall.lua index 4c7ff14..c9734ef 100644 --- a/xwall.lua +++ b/xwall.lua @@ -189,7 +189,7 @@ function xwall.register_wall(name, tiles, def) if def then return end def = { - description = string.sub(string.gsub(name, "%l", string.upper, 1), 1, -6).." Wall", + description = string.sub(string.gsub(name, "%l", string.upper, 7), 8, -6).." Wall", textures = {tiles, tiles, tiles, tiles}, sounds = xdecor.stone, groups = {cracky=3, stone=1, pane=1},