Skip to content

Commit

Permalink
locker fix (#210)
Browse files Browse the repository at this point in the history
Small fix.
  • Loading branch information
AndroBetel authored Apr 4, 2024
1 parent 9be3ce9 commit d647f3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
return ..()

/obj/structure/closet/secure_closet/marine_personal/allowed(mob/M)
if(owner == M.name)
if(owner == M.real_name)
return TRUE
return FALSE

Expand Down

0 comments on commit d647f3b

Please sign in to comment.