diff --git a/_session_controller_8cs_source.html b/_session_controller_8cs_source.html
index a55ab434d1..a679debf63 100644
--- a/_session_controller_8cs_source.html
+++ b/_session_controller_8cs_source.html
@@ -671,7 +671,7 @@ $(function() {
711 oldRebootTcs.SetResult();
-
+
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller.html b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller.html
index f60d5a166e..bded97afb8 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller.html
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller.html
@@ -786,9 +786,9 @@ Here is the caller graph for this function:
@@ -1430,7 +1430,7 @@ Here is the call graph for this function:
711 oldRebootTcs.SetResult();
712 break;
-
+
715 case null:
717 default:
@@ -1457,8 +1457,8 @@ Here is the call graph for this function:
string Text
The message string.
bool TerminationWasRequested
If the DreamDaemon instance sent a.
BridgeResponse BridgeError(string message)
Log and return a BridgeResponse for a given message .
+async Task< BridgeResponse > ProcessBridgeCommand(BridgeParameters parameters, CancellationToken cancellationToken)
Handle a set of bridge parameters .
bool ClosePortOnReboot
If the port should be rotated off when the world reboots.
-async Task< BridgeResponse > ProcessBridgeRequest(BridgeParameters parameters, CancellationToken cancellationToken)
Handle a set of bridge parameters . A Task<TResult> resulting in the BridgeResponse for the request o...
Version DMApiVersion
The DMAPI Version.
ushort? nextPort
The port to assign DreamDaemon when it queries for it.
TaskCompletionSource< bool > portAssignmentTcs
The TaskCompletionSource<TResult> SetPort(ushort, CancellationToken) waits on when DreamDaemon curren...
@@ -1466,19 +1466,18 @@ Here is the call graph for this function:
DreamDaemonSecurity
DreamDaemon's security level.
BridgeCommandType
Represents the BridgeParameters.CommandType.
-References Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.ApiValidateOnly, Tgstation.Server.Host.Components.Session.SessionController.apiValidationStatus, Tgstation.Server.Host.Components.Session.SessionController.BridgeError(), Tgstation.Server.Host.Components.Interop.ChatMessage.ChannelIds, Tgstation.Server.Host.Components.Session.SessionController.chat, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.ChatMessage, Tgstation.Server.Host.Components.Session.SessionController.chatTrackingContext, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.Chunk, Tgstation.Server.Host.Components.Session.SessionController.ClosePortOnReboot, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.CommandType, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.CurrentPort, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.CustomCommands, Tgstation.Server.Host.Components.Session.SessionController.DMApiVersion, Tgstation.Server.Host.Components.Session.ReattachInformation.Dmb, Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.InstanceName, Tgstation.Server.Host.Components.Interop.DMApiConstants.InteropVersion, Tgstation.Server.Host.Components.Interop.Chunker.Logger, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.MinimumSecurityLevel, Tgstation.Server.Host.Components.Session.SessionController.nextPort, Tgstation.Server.Host.Components.Session.SessionController.portAssignmentTcs, Tgstation.Server.Host.Components.Session.SessionController.portClosedForReboot, Tgstation.Server.Host.Components.Session.SessionController.primeTcs, Tgstation.Server.Host.Components.Session.SessionController.process, Tgstation.Server.Host.Components.Session.SessionController.ProcessBridgeRequest(), Tgstation.Server.Host.Components.Chat.IChatManager.QueueMessage(), Tgstation.Server.Host.Components.Session.SessionController.rebootTcs, Tgstation.Server.Host.Components.Session.ReattachInformation.RuntimeInformation, Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.SecurityLevel, Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.ServerPort, Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.ServerVersion, Tgstation.Server.Host.Components.Session.SessionController.synchronizationLock, Tgstation.Server.Host.System.IProcess.Terminate(), Tgstation.Server.Host.Components.Session.SessionController.TerminationWasRequested, Tgstation.Server.Host.Components.Interop.MessageContent.Text, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.Version, and Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.Visibility.
+References Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.ApiValidateOnly, Tgstation.Server.Host.Components.Session.SessionController.apiValidationStatus, Tgstation.Server.Host.Components.Session.SessionController.BridgeError(), Tgstation.Server.Host.Components.Interop.ChatMessage.ChannelIds, Tgstation.Server.Host.Components.Session.SessionController.chat, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.ChatMessage, Tgstation.Server.Host.Components.Session.SessionController.chatTrackingContext, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.Chunk, Tgstation.Server.Host.Components.Session.SessionController.ClosePortOnReboot, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.CommandType, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.CurrentPort, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.CustomCommands, Tgstation.Server.Host.Components.Session.SessionController.DMApiVersion, Tgstation.Server.Host.Components.Session.ReattachInformation.Dmb, Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.InstanceName, Tgstation.Server.Host.Components.Interop.DMApiConstants.InteropVersion, Tgstation.Server.Host.Components.Interop.Chunker.Logger, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.MinimumSecurityLevel, Tgstation.Server.Host.Components.Session.SessionController.nextPort, Tgstation.Server.Host.Components.Session.SessionController.portAssignmentTcs, Tgstation.Server.Host.Components.Session.SessionController.portClosedForReboot, Tgstation.Server.Host.Components.Session.SessionController.primeTcs, Tgstation.Server.Host.Components.Session.SessionController.process, Tgstation.Server.Host.Components.Session.SessionController.ProcessBridgeCommand(), Tgstation.Server.Host.Components.Chat.IChatManager.QueueMessage(), Tgstation.Server.Host.Components.Session.SessionController.rebootTcs, Tgstation.Server.Host.Components.Session.ReattachInformation.RuntimeInformation, Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.SecurityLevel, Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.ServerPort, Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.ServerVersion, Tgstation.Server.Host.Components.Session.SessionController.synchronizationLock, Tgstation.Server.Host.System.IProcess.Terminate(), Tgstation.Server.Host.Components.Session.SessionController.TerminationWasRequested, Tgstation.Server.Host.Components.Interop.MessageContent.Text, Tgstation.Server.Host.Components.Interop.Bridge.BridgeParameters.Version, and Tgstation.Server.Host.Components.Interop.Bridge.RuntimeInformation.Visibility.
-Referenced by Tgstation.Server.Host.Components.Session.SessionController.ProcessBridgeRequest().
+Referenced by Tgstation.Server.Host.Components.Session.SessionController.ProcessBridgeCommand(), and Tgstation.Server.Host.Components.Session.SessionController.ProcessBridgeRequest().
@@ -1550,11 +1549,8 @@ Here is the caller graph for this function:
304 }
305 }
306 }
-async Task< BridgeResponse > ProcessBridgeCommand(BridgeParameters parameters, CancellationToken cancellationToken)
Handle a set of bridge parameters .
References Tgstation.Server.Host.Components.Session.SessionController.initialBridgeRequestTcs, Tgstation.Server.Host.Components.Interop.Chunker.Logger, Tgstation.Server.Host.Components.Session.SessionController.metadata, and Tgstation.Server.Host.Components.Session.SessionController.ProcessBridgeCommand().
-
-Referenced by Tgstation.Server.Host.Components.Session.SessionController.ProcessBridgeCommand().
@@ -1567,15 +1563,6 @@ Here is the call graph for this function:
-
-
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.map b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.map
index 86a67b0ded..4c4d65ffee 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.map
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.map
@@ -1,5 +1,5 @@
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.md5 b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.md5
index ab6ecd3f54..9b4a2987c5 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.md5
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.md5
@@ -1 +1 @@
-1a6afca298e5e469b08d9ac9813c073f
\ No newline at end of file
+6f0f08d0f7d6775e6a33f8c3a9c46279
\ No newline at end of file
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.png b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.png
index 3ae3ad7843..4cb49b2f42 100644
Binary files a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.png and b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a610c434225f1b0c912e2d845e0429eb5_icgraph.png differ
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.map b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.map
index c0b2598519..52c01427c7 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.map
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.map
@@ -1,7 +1,6 @@
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.md5 b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.md5
index 4f34bd9aa9..ac54cf7380 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.md5
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.md5
@@ -1 +1 @@
-cd7084453e2f284986a42e48dc7299a0
\ No newline at end of file
+23645d0b744ee3ab22a4b6c00fc096f3
\ No newline at end of file
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.png b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.png
index 46d71d8ddf..50c5587d01 100644
Binary files a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.png and b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_cgraph.png differ
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.map b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.map
index 0c21ef339d..416d4617a5 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.map
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.map
@@ -1,4 +1,4 @@
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.md5 b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.md5
index a31355ceba..a4a0a097cf 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.md5
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.md5
@@ -1 +1 @@
-76fe14ebc34c17bdfbeb03afdc31be72
\ No newline at end of file
+cec5f643640c11771beaf82aa982ee3a
\ No newline at end of file
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.png b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.png
index 04f3448f15..609b855e35 100644
Binary files a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.png and b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a6b89533592ce90d8668f11936e8096d5_icgraph.png differ
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_cgraph.md5 b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_cgraph.md5
index 5ba1aa252b..fae88e2b36 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_cgraph.md5
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_cgraph.md5
@@ -1 +1 @@
-43e718e91d8b663e67e37785f2eb0eb8
\ No newline at end of file
+36732dd651913831a901dea76d1c23e0
\ No newline at end of file
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_cgraph.png b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_cgraph.png
index b144966579..c1e836600d 100644
Binary files a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_cgraph.png and b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_cgraph.png differ
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_icgraph.map b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_icgraph.map
deleted file mode 100644
index f91706b499..0000000000
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_icgraph.map
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_icgraph.md5 b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_icgraph.md5
deleted file mode 100644
index fcf8d07757..0000000000
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_icgraph.md5
+++ /dev/null
@@ -1 +0,0 @@
-07fc3f7f917904273e0ed5062364e5c2
\ No newline at end of file
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_icgraph.png b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_icgraph.png
deleted file mode 100644
index b2514487a5..0000000000
Binary files a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_session_1_1_session_controller_a96817aa0735ddf0a72782b5f38b22cce_icgraph.png and /dev/null differ
diff --git a/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html b/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html
index c50dbb11dc..1c827d9551 100644
--- a/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html
+++ b/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager.html
@@ -428,8 +428,8 @@ Here is the caller graph for this function:
diff --git a/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.map b/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.map
index f0ad9eef4a..078b31803b 100644
--- a/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.map
+++ b/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.map
@@ -1,7 +1,7 @@
diff --git a/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.md5 b/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.md5
index e51f67b158..f9c880f03f 100644
--- a/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.md5
+++ b/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.md5
@@ -1 +1 @@
-aec6763e1177dbcf8b58ad93d30989c6
\ No newline at end of file
+cfbf6cf496ad1c51f9c0f1bd33ad9533
\ No newline at end of file
diff --git a/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.png b/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.png
index 19ecd48207..f67cfa31db 100644
Binary files a/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.png and b/interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_i_chat_manager_af9226f864c0c82403eab7ac5f8e43002_icgraph.png differ
diff --git a/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process.html b/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process.html
index 17a2ad65c0..ac362543e8 100644
--- a/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process.html
+++ b/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process.html
@@ -260,11 +260,11 @@ Here is the caller graph for this function:
diff --git a/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.map b/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.map
index 267bf75d79..5d61192e7a 100644
--- a/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.map
+++ b/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.map
@@ -1,7 +1,7 @@
diff --git a/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.md5 b/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.md5
index a5d9e5b3a1..2375cfb347 100644
--- a/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.md5
+++ b/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.md5
@@ -1 +1 @@
-150a65f6d6c879258bf93b38088140cf
\ No newline at end of file
+8b673a0dca02bf932b299d26abb372f2
\ No newline at end of file
diff --git a/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.png b/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.png
index 95dd04cde9..05b54a5f9b 100644
Binary files a/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.png and b/interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_process_a840da56ea51a4bbbc6b21667cc6355a2_icgraph.png differ