mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 02:32:10 +00:00
Fixes NTNet logging runtime (#55892)
SSnetworks can log when it's passed a text network ID.
This commit is contained in:
@@ -220,7 +220,7 @@ SUBSYSTEM_DEF(networks)
|
||||
log_text += "\[[station_time_timestamp()]\]"
|
||||
if(network)
|
||||
var/datum/ntnet/net = network
|
||||
if(!net)
|
||||
if(!istype(net))
|
||||
net = networks[network]
|
||||
if(net) // bad network?
|
||||
log_text += "{[net.network_id]}"
|
||||
|
||||
Reference in New Issue
Block a user