More refactoring... the commands are refactored now :)

This commit is contained in:
Olof Larsson
2011-03-22 15:45:41 +01:00
parent 0b96a821ce
commit d7c1d0fce3
33 changed files with 1278 additions and 122 deletions

View File

@@ -124,7 +124,7 @@ public class Board {
* north is in the direction of decreasing x
* east is in the direction of decreasing z
*/
public ArrayList<String> getMap(Faction faction, FLocation flocation, double inDegrees) {
public static ArrayList<String> getMap(Faction faction, FLocation flocation, double inDegrees) {
ArrayList<String> ret = new ArrayList<String>();
ret.add(TextUtil.titleize("("+flocation+") "+getFactionAt(flocation).getTag(faction)));