mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-24 08:22:56 +01:00
More register libs
This commit is contained in:
parent
7f7988d3da
commit
809e82f778
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user