User can grant more then 35 points.
This commit is contained in:
parent
63652671ed
commit
9564e36701
1 changed files with 0 additions and 4 deletions
|
@ -487,10 +487,6 @@
|
|||
return(0);
|
||||
}
|
||||
|
||||
if($points >= 300)
|
||||
return(200);
|
||||
if($points >= 200)
|
||||
return(150);
|
||||
if($points >= 150)
|
||||
return(35);
|
||||
if($points >= 140)
|
||||
|
|
Loading…
Reference in a new issue