From 122f12ab97a9e7e16614a49fd2a351422b7fc152 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:44:51 +0100 Subject: [PATCH] Removes the datum that never existed (#23934) --- code/modules/admin/misc_admin_procs.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/admin/misc_admin_procs.dm b/code/modules/admin/misc_admin_procs.dm index 09ad3e86258..b1c8dd8cb01 100644 --- a/code/modules/admin/misc_admin_procs.dm +++ b/code/modules/admin/misc_admin_procs.dm @@ -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"