Merged revision 3260 from 1.77; Stats would not display on awkward mp_roundtime settings
This commit is contained in:
@ -1272,7 +1272,7 @@ public eventStartRound()
|
||||
|
||||
iRoundTime = read_data(1)
|
||||
|
||||
if (iRoundTime >= get_cvar_float("mp_roundtime") * 60)
|
||||
if (read_data(1) == floatround(get_cvar_float("mp_roundtime") * 60.0,floatround_floor))
|
||||
{
|
||||
#if defined STATSX_DEBUG
|
||||
log_amx("Reset round stats")
|
||||
|
Reference in New Issue
Block a user