fix
This commit is contained in:
parent
72c8ca1f54
commit
209ff349df
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ public class IPFilterPlugin extends PlayersPlugin.Listener {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void playerJoined(PlayerEntry target) {
|
public void playerJoined(PlayerEntry target) {
|
||||||
|
if (filteredIPs.isEmpty()) return;
|
||||||
|
|
||||||
check(target);
|
check(target);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue