Fix the top menus in the skin not working

This commit is contained in:
Tad Hardesty
2018-05-06 05:08:01 -07:00
committed by CitadelStationBot
parent 11c1e8fbf7
commit af5e898dab
2 changed files with 106 additions and 1 deletions

View File

@@ -381,7 +381,7 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
winset(src, "[topmenu.type]", "parent=menu;name=[url_encode(topmenuname)]")
var/list/entries = topmenu.Generate_list(src)
for (var/child in entries)
winset(src, "[url_encode(child)]", "[entries[child]]")
winset(src, "[child]", "[entries[child]]")
if (!ispath(child, /datum/verbs/menu))
var/atom/verb/verbpath = child
if (copytext(verbpath.name,1,2) != "@")