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