Added lmao to the unlaugh list (#6)

This commit is contained in:
Norbi Peti 2016-01-25 21:49:09 +01:00
parent 3c00e25719
commit d5050d0c30
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -144,7 +144,7 @@ public class PlayerListener implements Listener { // 2015.07.16.
private Essentials essentials = null;
private final String[] LaughStrings = new String[] { "xd", "lel", "lawl",
"kek" };
"kek", "lmao" };
@EventHandler
public void onPlayerChat(AsyncPlayerChatEvent event) {
@ -808,7 +808,7 @@ public class PlayerListener implements Listener { // 2015.07.16.
Bukkit.getPlayer(meta.getLore().get(0)));
e.getItem().remove();
// System.out.println("G");
e.setCancelled(true); // TODO: /tableflip /unflip with spawm detection
e.setCancelled(true); // TODO: /tableflip /unflip with spam detection
// System.out.println("H");
}