Skip to content

Commit

Permalink
Update code/game/objects/items/storage/storage.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Helg2 <[email protected]>
Signed-off-by: homexp13 <[email protected]>
  • Loading branch information
homexp13 and Helg2 authored Jul 19, 2024
1 parent aee3c07 commit 4632202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
if(!opened)
orient2hud()
opened = 1
if (user.s_active == src)
if(user.s_active == src)
close(user)
return TRUE
user.s_active?.close(user)
Expand Down

0 comments on commit 4632202

Please sign in to comment.