Removes the datum that never existed (#23934)

This commit is contained in:
DGamerL
2024-01-30 15:44:51 +01:00
committed by GitHub
parent 769d07dbf2
commit 122f12ab97
-6
View File
@@ -280,12 +280,6 @@ GLOBAL_VAR_INIT(nologevent, 0)
usr << browse(body, "window=adminplayeropts;size=550x615")
SSblackbox.record_feedback("tally", "admin_verb", 1, "Show Player Panel") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/datum/player_info/var/author // admin who authored the information
/datum/player_info/var/rank //rank of admin who made the notes
/datum/player_info/var/content // text content of the information
/datum/player_info/var/timestamp // Because this is bloody annoying
#define PLAYER_NOTES_ENTRIES_PER_PAGE 50
/datum/admins/proc/PlayerNotes()
set category = "Admin"