From 01b0ad26120b292ce97a35b2bbf1ad8bda46a7bf Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 20 Apr 2024 10:35:53 -0400 Subject: [PATCH] Closes #1731 --- src/Tgstation.Server.Host/Utils/FifoSemaphore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Utils/FifoSemaphore.cs b/src/Tgstation.Server.Host/Utils/FifoSemaphore.cs index 0bb696680a..a00d6dba5c 100644 --- a/src/Tgstation.Server.Host/Utils/FifoSemaphore.cs +++ b/src/Tgstation.Server.Host/Utils/FifoSemaphore.cs @@ -14,7 +14,7 @@ namespace Tgstation.Server.Host.Utils /// /// to represent a ticket in the and whether or not it is . /// - class FifoSemaphoreTicket + sealed class FifoSemaphoreTicket { /// /// Set if the wait operation on a was cancelled to avoid clogging the queue.