summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNecrodoom <doomed.war@gmail.com>2012-12-16 18:03:04 +0200
committerNecrodoom <doomed.war@gmail.com>2012-12-16 18:03:04 +0200
commitdfd6fc78f066f06226f9d129aa175204d8ca4a42 (patch)
tree2c2d156660190286122cd2b83ca3c1e7c55eee97
parent77df82eaff9cd7f43b7936d4a70700f1b3491989 (diff)
downloadEssentials-dfd6fc78f066f06226f9d129aa175204d8ca4a42.tar
Essentials-dfd6fc78f066f06226f9d129aa175204d8ca4a42.tar.gz
Essentials-dfd6fc78f066f06226f9d129aa175204d8ca4a42.tar.lz
Essentials-dfd6fc78f066f06226f9d129aa175204d8ca4a42.tar.xz
Essentials-dfd6fc78f066f06226f9d129aa175204d8ca4a42.zip
add "w" alias
-rw-r--r--Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java b/Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java
index 56098832e..2b0704779 100644
--- a/Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java
+++ b/Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java
@@ -335,7 +335,7 @@ public class EssentialsPlayerListener implements Listener
});
}
}
- private final static List<String> COMMANDS = Arrays.asList("msg", "r", "mail", "m", "t", "whisper", "emsg", "tell", "er", "reply", "ereply", "email", "action", "describe", "eme", "eaction", "edescribe", "etell", "ewhisper", "pm");
+ private final static List<String> COMMANDS = Arrays.asList("msg", "w", "r", "mail", "m", "t", "whisper", "emsg", "tell", "er", "reply", "ereply", "email", "action", "describe", "eme", "eaction", "edescribe", "etell", "ewhisper", "pm");
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event)
@@ -561,4 +561,4 @@ public class EssentialsPlayerListener implements Listener
final User user = ess.getUser(event.getPlayer());
user.updateActivity(true);
}
-} \ No newline at end of file
+}