/region info now names locations correctly

This commit is contained in:
Redecouverte 2011-02-26 13:17:35 +01:00
parent 71aaa574b2
commit 770a108bad

View File

@ -93,9 +93,9 @@ public boolean handle(CommandSender sender, String senderName, String command, S
if (nfo.type == FlagValueType.LOCATION && !displayLocations.contains(nfo.flagName)) {
value = flags.getFlag(nfo.flagName, "x");
if (value != null) {
s.append(fullName + ": set");
s.append(nfo.flagName + ": set");
} else {
s.append(fullName + ": -");
s.append(nfo.flagName + ": -");
}
displayLocations.add(nfo.flagName);
} else if ((nfo.subName != null && nfo.subName.equals("*"))) {