mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
[MIRROR] Fixes NTNet Transmitters not working (#7592)
* Fixes NTNet Transmitters not working (#60871) * Fixes NTNet Transmitters not working Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
@@ -33,5 +33,5 @@
|
||||
if(enc_key.value)
|
||||
datalist["enc_key"] = enc_key.value
|
||||
var/datum/netdata/data = new(datalist)
|
||||
data.receiver_id = __NETWORK_CIRCUITS
|
||||
data.network_id = __NETWORK_CIRCUITS
|
||||
ntnet_send(data)
|
||||
|
||||
Reference in New Issue
Block a user