mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
[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:
@@ -78,7 +78,7 @@
|
|||||||
if (childname == "[child.type]")
|
if (childname == "[child.type]")
|
||||||
var/list/tree = splittext(childname, "/")
|
var/list/tree = splittext(childname, "/")
|
||||||
childname = tree[tree.len]
|
childname = tree[tree.len]
|
||||||
.[child.type] = "parent=[url_encode(type)];name=[childname]"
|
.[child.type] = "parent=[url_encode("[type]")];name=[childname]"
|
||||||
. += childlist
|
. += childlist
|
||||||
|
|
||||||
for (var/thing in verblist)
|
for (var/thing in verblist)
|
||||||
|
|||||||
Reference in New Issue
Block a user