Skip to content

Commit

Permalink
Merge pull request #100 from Huz2e/revert-98-better-help-menu
Browse files Browse the repository at this point in the history
миша, все х*йня, давай по новой
  • Loading branch information
Huz2e authored Jun 9, 2024
2 parents 7527f69 + f9a6e83 commit d60aaf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion code/modules/client/verbs/who.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
msg += "</tr></table>"

msg += "<b>Total Players: [length(Lines)]</b>"
to_chat(src, examine_block(span_infoplain(msg))) // MASSMETA EDIT (lil bit better ui)
to_chat(src, "<span class='infoplain'>[msg]</span>")

/client/verb/adminwho()
set category = "Admin"
Expand Down
28 changes: 0 additions & 28 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -53,34 +53,6 @@ menu "menu"
command = "Hotkeys-Help"
category = "&Help"
saved-params = "is-checked"

// MASSMETA ADDITION (lil bit better ui)
elem
name = "Refresh TGUI"
command = "refresh-tgui"
category = "&Help"
saved-params = "is-checked"
elem
name = "Fix Chat"
command = "fix-chat"
category = "&Help"
saved-params = "is-checked"
elem
name = "&Who"
command = ""
saved-params = "is-checked"
elem
name = "All Players"
command = "who"
category = "&Who"
saved-params = "is-checked"
elem
name = "Admins Online"
command = "adminwho"
category = "&Who"
saved-params = "is-checked"

// EDIT END


window "mainwindow"
Expand Down

0 comments on commit d60aaf1

Please sign in to comment.