From 70e67ee6cb09b741ea07c53b93d01c098bf416cd Mon Sep 17 00:00:00 2001 From: harryob Date: Sat, 4 Jan 2025 10:42:30 +0000 Subject: [PATCH] Apply suggestions from code review --- code/datums/crew_manifest.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/datums/crew_manifest.dm b/code/datums/crew_manifest.dm index af559ca56475..f632521916ca 100644 --- a/code/datums/crew_manifest.dm +++ b/code/datums/crew_manifest.dm @@ -70,12 +70,8 @@ GLOBAL_DATUM_INIT(crew_manifest, /datum/crew_manifest, new) break if(entry_dept) - if(!data[entry_dept]) - data[entry_dept] = list() LAZYADD(data[entry_dept], list(entry)) else - if(!data["Miscellaneous"]) - data["Miscellaneous"] = list() LAZYADD(data["Miscellaneous"], list(entry)) return data