mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
-Fixed an issue with PDA messaging not working.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4960 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -69,6 +69,7 @@ var/global/list/obj/machinery/telecomms/telecomms_list = list()
|
||||
send_count++
|
||||
if(machine.is_freq_listening(signal))
|
||||
machine.traffic++
|
||||
machine.receive_information(signal, src)
|
||||
continue
|
||||
// If we're sending a copy, be sure to create the copy for EACH machine and paste the data
|
||||
var/datum/signal/copy = new
|
||||
|
||||
Reference in New Issue
Block a user