]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
predict borg selection (#36430)
authorlunarcomets <140772713+lunarcomets@users.noreply.github.com>
Fri, 11 Apr 2025 12:17:11 +0000 (05:17 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Apr 2025 12:17:11 +0000 (14:17 +0200)
do the thing

Content.Client/Silicons/Borgs/BorgSelectTypeUserInterface.cs

index 8c76fade8c95fb3a36ac9cb4047d8933d08cba99..69a55dd38be94ca520099954da45e85f018275ff 100644 (file)
@@ -25,6 +25,6 @@ public sealed class BorgSelectTypeUserInterface : BoundUserInterface
         base.Open();
 
         _menu = this.CreateWindow<BorgSelectTypeMenu>();
-        _menu.ConfirmedBorgType += prototype => SendMessage(new BorgSelectTypeMessage(prototype));
+        _menu.ConfirmedBorgType += prototype => SendPredictedMessage(new BorgSelectTypeMessage(prototype));
     }
 }