Change order for destination lists.
This commit is contained in:
parent
e97eff3309
commit
ff8a68b82e
@ -95,8 +95,8 @@ public class MassiveCoreEngineDestination extends EngineAbstract
|
||||
public static final Set<String> ALIASES_THERE = new MassiveSet<String>("there");
|
||||
public static final Set<String> ALIASES_THAT = new MassiveSet<String>("that");
|
||||
public static final Set<String> ALIASES_JUMP = new MassiveSet<String>("jump");
|
||||
public static final Set<String> ALIASES_WORLD = new MassiveSet<String>("w", "world", "spawn", "wspawn", "worldspawn");
|
||||
public static final Set<String> ALIASES_PLAYER = new MassiveSet<String>("p", "player", "here", "me", "self");
|
||||
public static final Set<String> ALIASES_WORLD = new MassiveSet<String>("world", "w", "spawn", "wspawn", "worldspawn");
|
||||
public static final Set<String> ALIASES_PLAYER = new MassiveSet<String>("player", "p", "here", "me", "self");
|
||||
|
||||
public Destination destinationArg(String arg, CommandSender sender) throws MassiveException
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user