diff --git a/r5dev/tier0/completion.cpp b/r5dev/tier0/completion.cpp index 4bb3115d..7c70998d 100644 --- a/r5dev/tier0/completion.cpp +++ b/r5dev/tier0/completion.cpp @@ -159,7 +159,7 @@ void _KickID_f_CompletionFunc(const CCommand& args) } else // If its not try by userID. { - std::int64_t clientID = static_cast(client->GetOriginID() + 1); // Get UserID + 1. + std::int64_t clientID = static_cast(client->GetUserID() + 1); // Get UserID + 1. if (clientID != ID) { continue;