[MIRROR] removes double spaces AFTER symbols [MDB IGNORE] (#9226)

* removes double spaces AFTER symbols

* Fixing conflicts

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2021-11-05 22:15:12 +00:00
committed by GitHub
parent 2a61065e2b
commit b7b6bd501f
166 changed files with 252 additions and 252 deletions
@@ -313,12 +313,12 @@ SUBSYSTEM_DEF(networks)
// Anything in Centcom is completely isolated
// Special case for holodecks.
if(istype(A,/area/holodeck))
A.network_root_id = "HOLODECK" // isolated from the station network
A.network_root_id = "HOLODECK" // isolated from the station network
else if(SSmapping.level_trait(A.z, ZTRAIT_CENTCOM))
A.network_root_id = CENTCOM_NETWORK_ROOT
A.network_root_id = CENTCOM_NETWORK_ROOT
// Otherwise the default is the station
else
A.network_root_id = STATION_NETWORK_ROOT
A.network_root_id = STATION_NETWORK_ROOT
/datum/controller/subsystem/networks/proc/assign_area_network_id(area/A, datum/map_template/M=null)
if(!istype(A))
@@ -471,7 +471,7 @@ SUBSYSTEM_DEF(networks)
#endif
network_tree += network_string_to_list(part)
var/datum/ntnet/network = _hard_create_network(network_tree)
var/datum/ntnet/network = _hard_create_network(network_tree)
log_telecomms("create_network: created final [network.network_id]")
return network