User can grant more then 35 points.
pull/1/head
Wytze van der Raay 12 years ago
parent 63652671ed
commit 9564e36701

@ -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…
Cancel
Save