]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fixes Typo In Station Event Documentation. (#15932)
authorLudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>
Sun, 30 Apr 2023 01:43:49 +0000 (21:43 -0400)
committerGitHub <noreply@github.com>
Sun, 30 Apr 2023 01:43:49 +0000 (11:43 +1000)
Content.Server/StationEvents/Components/StationEventComponent.cs

index 7c9323183cd1b81595a445ff0f07b2abbb371371..ac9f6e72be9e539641d89b8934fa7a2a4c0b6090 100644 (file)
@@ -82,7 +82,7 @@ public sealed class StationEventComponent : Component
     public TimeSpan StartTime;
 
     /// <summary>
-    /// When the station event starts.
+    /// When the station event ends.
     /// </summary>
     [DataField("endTime", customTypeSerializer: typeof(TimeOffsetSerializer))]
     public TimeSpan? EndTime;