Remove redundant null argument in a view() call

This commit is contained in:
Daranz
2015-05-21 10:14:40 -04:00
parent bbc8ad6383
commit e9d9ff57ba
+1 -1
View File
@@ -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