Player notes list now has a better organized interface, which should prevent BYOND overloading and dying a gruesome death.
This commit is contained in:
cib
2012-12-09 16:04:43 +01:00
parent a911d5de43
commit c56974f2e8
2 changed files with 29 additions and 4 deletions

View File

@@ -2706,4 +2706,6 @@ var/list/admin_datums = list()
switch(href_list["notes"])
if("show")
show_player_info(ckey)
if("list")
PlayerNotes(href_list["index"])
return