mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 00:29:54 +00:00
OCD. Blame @sekjun9878 for making me shout in the train
This commit is contained in:
parent
439c0e8280
commit
763adb0360
@ -362,9 +362,7 @@ class BanAPI{
|
||||
return true;
|
||||
}elseif($this->bannedIPs->exists($ip, true)){
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
}else{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@ -380,9 +378,7 @@ class BanAPI{
|
||||
return true;
|
||||
}elseif($this->banned->exists($username, true)){
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
}else{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user