From 4a47a365574f6e46dda401a3076514655314f836 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Thu, 19 Jun 2025 20:48:33 -0400 Subject: [PATCH] Restore comment --- Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs b/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs index 81e5f99af..065c14901 100644 --- a/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs +++ b/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs @@ -682,6 +682,8 @@ public abstract class SharedUserInterfaceSystem : EntitySystem { if (_timing.IsFirstTimePredicted) { + // Not guaranteed to open so rely upon the event handling it. + // Also lets client request it to be opened remotely too. RaisePredictiveEvent(new BoundUIWrapMessage(GetNetEntity(entity.Owner), new OpenBoundInterfaceMessage(), key)); } }