mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-19 03:50:32 +01:00
Revert "Merge pull request #838 from ArchieBeepBoop/test1"
This reverts commitb0dbacee82, reversing changes made to813a2ea1c7.
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ GLOBAL_LIST_EMPTY(menulist)
|
||||
if (!verbpath || !(verbpath in typesof("[type]/verb")))
|
||||
return
|
||||
|
||||
if (verbpath.name[1] == "@")
|
||||
winset(C, null, list2params(list("command" = copytext(verbpath.name, length(verbpath.name[1]) + 1))))
|
||||
if (copytext(verbpath.name,1,2) == "@")
|
||||
winset(C, null, list2params(list("command" = copytext(verbpath.name,2))))
|
||||
else
|
||||
winset(C, null, list2params(list("command" = replacetext(verbpath.name, " ", "-"))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user