From 4fb026dfdb8d6544ff830ad45a0855c67a3fe53f Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sun, 26 Dec 2021 04:04:21 -0800 Subject: [PATCH] doc again --- QSB/AuthoritySync/AuthQueueMessage.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QSB/AuthoritySync/AuthQueueMessage.cs b/QSB/AuthoritySync/AuthQueueMessage.cs index 10f53c95..e1bdba63 100644 --- a/QSB/AuthoritySync/AuthQueueMessage.cs +++ b/QSB/AuthoritySync/AuthQueueMessage.cs @@ -41,15 +41,15 @@ namespace QSB.AuthoritySync public enum AuthQueueAction { /// - /// add id to the queue + /// add player to the queue /// Add, /// - /// remove id from the queue + /// remove player from the queue /// Remove, /// - /// add id to the queue and force it to the front + /// add player to the queue and force them to the front /// Force }