File tree Expand file tree Collapse file tree
src/main/java/com/alessiodp/parties/common/commands/sub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.alessiodp.parties</groupId >
66 <artifactId >Parties</artifactId >
7- <version >2.5.0 </version >
7+ <version >2.5.1 </version >
88 </parent >
99
1010 <artifactId >parties-api</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.alessiodp.parties</groupId >
77 <artifactId >Parties</artifactId >
8- <version >2.5.0 </version >
8+ <version >2.5.1 </version >
99 </parent >
1010
1111 <artifactId >parties-bukkit</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >com.alessiodp.parties</groupId >
55 <artifactId >Parties</artifactId >
6- <version >2.5.0 </version >
6+ <version >2.5.1 </version >
77 </parent >
88
99 <artifactId >parties-bungee</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >Parties</artifactId >
99 <groupId >com.alessiodp.parties</groupId >
10- <version >2.5.0 </version >
10+ <version >2.5.1 </version >
1111 </parent >
1212
1313 <artifactId >parties-common</artifactId >
Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ public void onCommand(CommandData commandData) {
4949 for (PartiesCommand pc : plugin .getCommandManager ().getOrderedCommands ()) {
5050 if (allowedCommands .contains (pc )) {
5151 list .add (pc .getHelp ());
52- System .out .println ("Adding: " + pc .getCommand ());
53- } else {
54- System .out .println ("Skipping: " + pc .getCommand ());
5552 }
5653 }
5754
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >Parties</artifactId >
77 <groupId >com.alessiodp.parties</groupId >
8- <version >2.5.0 </version >
8+ <version >2.5.1 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 33
44 <groupId >com.alessiodp.parties</groupId >
55 <artifactId >Parties</artifactId >
6- <version >2.5.0 </version >
6+ <version >2.5.1 </version >
77 <packaging >pom</packaging >
88
99 <name >Parties</name >
You can’t perform that action at this time.
0 commit comments