This commit is contained in:
Alik Aslanyan 2018-04-01 13:01:01 +04:00 committed by GitHub
parent bdf2ddc2d1
commit b84ae9569b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2607,7 +2607,7 @@ bool CHalfLifeMultiplay::CheckFragLimit()
#ifdef REGAMEDLL_ADD
int fragsRemaining = 0;
if (fraglimit.value >= 0)
if (fraglimit.value >= 1)
{
int bestFrags = fraglimit.value;