[MIRROR] Fixes submenus not appearing (#7507)

* Fixes submenus not appearing (#60801)

* Fixes submenus not appearing

Co-authored-by: Gamer025 <33846895+Gamer025@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-08-11 21:27:54 +02:00
committed by GitHub
parent 86853eb2e1
commit 7cf6c4193c

View File

@@ -78,7 +78,7 @@
if (childname == "[child.type]")
var/list/tree = splittext(childname, "/")
childname = tree[tree.len]
.[child.type] = "parent=[url_encode(type)];name=[childname]"
.[child.type] = "parent=[url_encode("[type]")];name=[childname]"
. += childlist
for (var/thing in verblist)