@@ -88,7 +88,7 @@ class action {
return false;
}
//check delisting count
- if (delistCount($ip) > 3){
+ if ($this->delistCount($ip) > 3){
echo "Fatal: ". $ip . " delisted to often!\n";