diff --git a/core/PlayerManager.cpp b/core/PlayerManager.cpp index fac8d004..9a556148 100644 --- a/core/PlayerManager.cpp +++ b/core/PlayerManager.cpp @@ -928,7 +928,7 @@ void CPlayer::Authorize_Post() void CPlayer::DoPostConnectAuthorization() { - cell_t result; + cell_t result = 0; PreAdminCheck->PushCell(m_iIndex); PreAdminCheck->Execute(&result);