[READY]NTnet refactor, assimilates exonet
This commit is contained in:
committed by
CitadelStationBot
parent
2e9f3bc1c0
commit
c2c22d56c7
@@ -42,7 +42,7 @@
|
||||
if(ethernet) // Computer is connected via wired connection.
|
||||
return 3
|
||||
|
||||
if(!GLOB.ntnet_global || !GLOB.ntnet_global.check_function(specific_action)) // NTNet is down and we are not connected via wired connection. No signal.
|
||||
if(!SSnetworks.station_network || !SSnetworks.station_network.check_function(specific_action)) // NTNet is down and we are not connected via wired connection. No signal.
|
||||
return 0
|
||||
|
||||
if(holder)
|
||||
|
||||
Reference in New Issue
Block a user