summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/general.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/general.php b/includes/general.php
index 4919c84..9e2b131 100644
--- a/includes/general.php
+++ b/includes/general.php
@@ -487,10 +487,6 @@
return(0);
}
- if($points >= 300)
- return(200);
- if($points >= 200)
- return(150);
if($points >= 150)
return(35);
if($points >= 140)