Renames Show-Player-Info to Show-Player-Notes (#14135)

This commit is contained in:
MidnightGlow
2017-02-21 07:17:33 -06:00
committed by Probe1
parent dc70dc63fb
commit 69465ad830
2 changed files with 2 additions and 2 deletions

View File

@@ -369,7 +369,7 @@ var/global/floorIsLava = 0
return noteslist
/datum/admins/proc/show_player_info(var/key as text)
set category = "Admin"
set name = "Show Player Info"
set name = "Show Player Notes"
if (!istype(src,/datum/admins))
src = usr.client.holder