mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fixes NTNet Transmitters not working (#60871)
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