Don't readd wilderness faction to f top. Fixes #470

This commit is contained in:
drtshock 2015-08-06 17:30:50 -05:00
parent 9fd4803e76
commit f76fc190fd
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ public class CmdTop extends FCommand {
}
ArrayList<String> lines = new ArrayList<String>();
factionList.add(0, Factions.getInstance().getNone());
final int pageheight = 9;
int pagenumber = this.argAsInt(1, 1);