From: lunarcomets <140772713+lunarcomets@users.noreply.github.com> Date: Fri, 11 Apr 2025 12:17:11 +0000 (-0700) Subject: predict borg selection (#36430) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=fd7413f51a9a24d75a43dfeeca37085bb3f0227f;p=space-station-14.git predict borg selection (#36430) do the thing --- diff --git a/Content.Client/Silicons/Borgs/BorgSelectTypeUserInterface.cs b/Content.Client/Silicons/Borgs/BorgSelectTypeUserInterface.cs index 8c76fade8c..69a55dd38b 100644 --- a/Content.Client/Silicons/Borgs/BorgSelectTypeUserInterface.cs +++ b/Content.Client/Silicons/Borgs/BorgSelectTypeUserInterface.cs @@ -25,6 +25,6 @@ public sealed class BorgSelectTypeUserInterface : BoundUserInterface base.Open(); _menu = this.CreateWindow(); - _menu.ConfirmedBorgType += prototype => SendMessage(new BorgSelectTypeMessage(prototype)); + _menu.ConfirmedBorgType += prototype => SendPredictedMessage(new BorgSelectTypeMessage(prototype)); } }