Java 1.6 Compliance. Dynmap as jar dependency. Their maven repo does not seem to work.

This commit is contained in:
Olof Larsson
2014-11-07 08:38:26 +01:00
parent 2ac847fe14
commit caeb907a03
7 changed files with 14 additions and 24 deletions

View File

@@ -99,7 +99,7 @@ public class CmdFactions extends FactionsCommand
this.addSubCommand(new CmdFactionsXDeprecated(this.cmdFactionsSet, "unclaim"));
this.addSubCommand(new CmdFactionsXDeprecated(this.cmdFactionsSet, "autoclaim"));
this.addSubCommand(new CmdFactionsXDeprecated(this.cmdFactionsSet, "unclaimall"));
this.addSubCommand(new CmdFactionsXDeprecated(this.cmdFactionsFlag, "open"));
this.addSubCommand(new CmdFactionsXDeprecated(this.cmdFactionsFaction, "show", "who"));
}