mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
fix brped distance check (#28129)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user