Restore comment

This commit is contained in:
Tayrtahn
2025-06-19 20:48:33 -04:00
parent 3b1fe4ce7f
commit 4a47a36557

View File

@@ -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));
}
}