fix brped distance check (#28129)

This commit is contained in:
warriorstar-orion
2025-01-26 17:45:32 +00:00
committed by GitHub
parent 9938a0c86f
commit a94c51730d
@@ -50,7 +50,7 @@
if(!proximity_flag)
if(!works_from_distance)
return
if(get_dist(src, M) <= (user.client.maxview() + 2))
if(get_dist(src, M) > (user.client.maxview() + 2))
return
if(M.component_parts)