mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
Remove redundant null argument in a view() call
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
if("intercom")
|
||||
if(!src.restrained())
|
||||
for(var/obj/item/device/radio/intercom/I in view(1, null))
|
||||
for(var/obj/item/device/radio/intercom/I in view(1))
|
||||
I.talk_into(src, message, null, verb, speaking)
|
||||
I.add_fingerprint(src)
|
||||
used_radios += I
|
||||
|
||||
Reference in New Issue
Block a user