mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
* fix ntnet * fix typos and switcheroos * whoops, tracked a test circuit json. Co-authored-by: Gurkenglas <gurkenglas@hotmail.de>
This commit is contained in:
@@ -140,7 +140,8 @@ SUBSYSTEM_DEF(networks)
|
||||
/// Check if we are a list. If so process the list
|
||||
if(islist(current.receiver_id)) // are we a broadcast list
|
||||
var/list/receivers = current.receiver_id
|
||||
var/receiver_id = receivers[receivers.len--] // pop it
|
||||
var/receiver_id = receivers[receivers.len] // pop it
|
||||
receivers.len--
|
||||
_process_packet(receiver_id, current)
|
||||
if(receivers.len == 0) // pop it if done
|
||||
count_broadcasts_packets++
|
||||
|
||||
Reference in New Issue
Block a user