summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index abb4f08..e37a727 100644
--- a/init.lua
+++ b/init.lua
@@ -24,7 +24,7 @@ function craftguide:group_to_item(item)
end
end
end
- return item
+ return item:sub(1,6) == "group:" and "" or item
end
local function extract_groups(str)