Skip to content

Commit

Permalink
that
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Nov 17, 2024
1 parent 7df3bed commit 18221e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/rendering/actor_huds/actor_hud-screen_object.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
return ..()

/atom/movable/screen/actor_hud/check_allowed(mob/user)
return ..() && hud.owner == user
return ..() && hud.actor == user

0 comments on commit 18221e9

Please sign in to comment.