SwiftMOTD isn't compatible with RedisBungee.

This commit is contained in:
Tux 2015-12-06 23:12:48 -05:00
parent 18117d5dc4
commit 1ee67a0587
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class RedisBungeeListener implements Listener {
private final RedisBungee plugin;
private final List<InetAddress> exemptAddresses;
private static final List<String> ASYNC_PING_EVENT_HOSTILE = ImmutableList.of("ServerListPlus");
private static final List<String> ASYNC_PING_EVENT_HOSTILE = ImmutableList.of("ServerListPlus", "SwiftMOTD");
@EventHandler(priority = EventPriority.LOWEST)
public void onLogin(final LoginEvent event) {