2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-06-20 09:42:06 +03:00
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

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