fix gateway destinations (#20172)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-09-16 06:56:35 +01:00
committed by GitHub
parent 1b9a86642f
commit 8aba52d796
4 changed files with 25 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ public sealed partial class GatewayComponent : Component
/// Every other gateway destination on the server.
/// </summary>
/// <remarks>
/// Added on
/// Added on startup and when a new destination portal is created.
/// </remarks>
[ViewVariables]
public HashSet<EntityUid> Destinations = new();