diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm
index 3ecbac0d..5a4b0e5c 100644
--- a/code/modules/paperwork/paper.dm
+++ b/code/modules/paperwork/paper.dm
@@ -92,7 +92,7 @@
/obj/item/paper/examine(mob/user)
. = ..()
. += "Alt-click to fold it."
- if(oui_canview(user))
+ if((in_range(user, src)))
ui.render(user)
else
. += "You're too far away to read it!"