summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-08-08 10:02:18 +0100
committerKHobbits <rob@khobbits.co.uk>2011-08-08 10:02:18 +0100
commit809e82f778695defa29ad682dace98d6ffb59741 (patch)
tree1ef24b0a24b0b7e1942d8d8748e30d50397beb2f
parent7f7988d3da5d565d7c177d277cabfd04f903a4fe (diff)
downloadEssentials-809e82f778695defa29ad682dace98d6ffb59741.tar
Essentials-809e82f778695defa29ad682dace98d6ffb59741.tar.gz
Essentials-809e82f778695defa29ad682dace98d6ffb59741.tar.lz
Essentials-809e82f778695defa29ad682dace98d6ffb59741.tar.xz
Essentials-809e82f778695defa29ad682dace98d6ffb59741.zip
More register libs
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandclearinventory.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandclearinventory.java b/Essentials/src/com/earth2me/essentials/commands/Commandclearinventory.java
index df9ff6a59..09496c7a2 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandclearinventory.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandclearinventory.java
@@ -20,6 +20,7 @@ public class Commandclearinventory extends EssentialsCommand
{
if (args.length > 0 && user.isAuthorized("essentials.clearinventory.others"))
{
+ //TODO: Fix fringe user match case.
if (args[0].length() >= 3)
{
List<Player> online = server.matchPlayer(args[0]);