Change order for destination lists.

This commit is contained in:
Magnus Ulf 2015-06-25 16:11:55 +02:00 committed by Olof Larsson
parent e97eff3309
commit ff8a68b82e

View File

@ -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
{