blacklist npe fix
This commit is contained in:
parent
3412082f37
commit
f5623f00f9
@ -21,6 +21,8 @@ public class ClansBlacklist extends MiniPlugin
|
||||
super("Clan Name Blacklist", plugin);
|
||||
|
||||
_repository = new ClanNameBlacklistRepository(plugin, this);
|
||||
|
||||
runAsync(() -> _repository.loadNames(this::setBlacklist));
|
||||
}
|
||||
|
||||
// Fetch new blacklisted clans every 16 seconds (in case someone blacklists a clan name on a different server)
|
||||
|
Loading…
Reference in New Issue
Block a user