1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-07 05:00:47 +02:00

Add whisper to social spy trigger list.

This commit is contained in:
KHobbits
2012-05-06 16:11:16 +01:00
parent 6ca7573a81
commit c42283a63c

View File

@@ -292,7 +292,7 @@ public class EssentialsPlayerListener implements Listener
});
}
}
private final static List<String> COMMANDS = Arrays.asList("msg", "r", "mail", "m", "t", "emsg", "tell", "er", "reply", "ereply", "email");
private final static List<String> COMMANDS = Arrays.asList("msg", "r", "mail", "m", "t", "whisper", "emsg", "tell", "er", "reply", "ereply", "email");
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event)