mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Remove redundant block that results in duplicate messages (#28120)
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
@@ -180,11 +180,6 @@
|
||||
return hear
|
||||
|
||||
for(var/atom/A in hear(R, T))
|
||||
if(ismob(A))
|
||||
var/mob/M = A
|
||||
if(M.client || include_clientless)
|
||||
hear += M
|
||||
|
||||
if(isobj(A) || ismob(A))
|
||||
collect_nested_mobs(A, hear, 3, !include_clientless)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user