Skip to content

Commit

Permalink
again not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed May 19, 2024
1 parent 451d482 commit cb20f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
var/list/mob_names

// No, we can't use GLOB.human_mob_list since a mob is removed from that list when it gets deleted.
for(var/record as anything in GLOB.data_core.general)
for(var/record in GLOB.data_core.general)
var/datum/data/record/new_record = GLOB.data_core.general[record]
mob_names += new_record.fields[MOB_NAME]

Expand Down

0 comments on commit cb20f10

Please sign in to comment.