diff options
author | Wuzzy <almikes@aol.com> | 2016-12-06 15:28:40 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-06 15:28:40 +0100 |
commit | 1f9b49106721f8629fbdf67f852c79f50123561d (patch) | |
tree | 3e65cb3769c663f5b933fd9bf563b4ea27427363 /init.lua | |
parent | b4998495e04266e4d84f4f982a65d12b4cae0233 (diff) |
Fix players entry being shown twice
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ doc.new_category("basics", name="Basics", description = "Everything you need to know about Minetest to get started with playing", sorting = "custom", - sorting_data = {"minetest", "controls", "players", "point", "items", "inventory", "hotbar", "tools", "weapons", "blocks", "liquids", "mine", "build", "craft", "cook", "players", "minimap", "cam", "sneak", "light", "groups", "glossary"}, + sorting_data = {"minetest", "controls", "players", "point", "items", "inventory", "hotbar", "tools", "weapons", "blocks", "liquids", "mine", "build", "craft", "cook", "minimap", "cam", "sneak", "light", "groups", "glossary"}, build_formspec = doc.entry_builders.text_and_gallery, }) |