mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
Fix typo
This commit is contained in:
parent
bdf2ddc2d1
commit
b84ae9569b
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user