mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Do not return -1 in case of freePremium, makes things harder
This commit is contained in:
@@ -43,9 +43,6 @@ class Account extends Model {
|
||||
return 0;
|
||||
}
|
||||
|
||||
global $config;
|
||||
if(isset($config['lua']['freePremium']) && getBoolean($config['lua']['freePremium'])) return -1;
|
||||
|
||||
if($this->premdays == 65535){
|
||||
return 65535;
|
||||
}
|
||||
|
Reference in New Issue
Block a user