From 9401543a132944b555388143fead7f3ac9c32f9d Mon Sep 17 00:00:00 2001 From: Edo Date: Sun, 16 Apr 2023 11:36:06 +0200 Subject: [PATCH] [Auth]: Edit comment (#931) --- src/Components/Modules/Auth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/Auth.cpp b/src/Components/Modules/Auth.cpp index 86a377c6..a0fae972 100644 --- a/src/Components/Modules/Auth.cpp +++ b/src/Components/Modules/Auth.cpp @@ -271,7 +271,7 @@ namespace Components HasAccessToReservedSlot = std::strcmp((*Game::sv_privatePassword)->current.string, value) == 0; - // This stubs runs right before the 'server is full check' so we can call this here + // This stub runs right before the 'server is full check' so we can call this here Bots::SV_DirectConnect_Full_Check(); return value;