Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob authored Jan 4, 2025
1 parent 5e36cd9 commit 70e67ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/datums/crew_manifest.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70e67ee

Please sign in to comment.