mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
fixed (#29307)
This commit is contained in:
@@ -764,7 +764,7 @@
|
||||
for(var/datum/data/record/R in GLOB.data_core.security)
|
||||
if(R.fields["id"] == E.fields["id"])
|
||||
found_record = E
|
||||
break outer
|
||||
break outer
|
||||
|
||||
if(!found_record)
|
||||
to_chat(user, "<span class='warning'>Unable to locate a record for this person.</span>")
|
||||
|
||||
Reference in New Issue
Block a user