Claim command refactoring in progress.

This commit is contained in:
Olof Larsson
2011-10-22 16:00:24 +02:00
parent 5bf38ab0aa
commit 45d6a6628a
7 changed files with 86 additions and 107 deletions

View File

@ -29,7 +29,7 @@ public class RelationUtil
}
else
{
ret = "the faction " + thatFaction.getTag();
ret = thatFaction.getTag();
}
}
else if (that instanceof FPlayer)