Skip to content

Commit

Permalink
Update 0.4.1 ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
EastWestFM committed Nov 14, 2014
1 parent 253270a commit e2a0d4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.karolek</groupId>
<artifactId>revoguild</artifactId>
<version>0.4.1-b316</version>
<version>0.4.1-b317</version>
<name>RevoGuild</name>
<description>Plugin na gildie.</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ public class RankList {

public void setTopPlayers(Collection<Data<User>> data) {
topPlayers.clear();
topPlayers.addAll(data); for(Data<User> guildData: data)System.out.println("User: " + guildData.getKey().getName());
topPlayers.addAll(data);
}

public void setTopGuilds(Collection<Data<Guild>> data) {
topGuilds.clear();
topGuilds.addAll(data);
for(Data<Guild> guildData: data)System.out.println("Gildia: " + guildData.getKey().getTag());
}

@Getter
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1-b315
0.4.1-b316

0 comments on commit e2a0d4e

Please sign in to comment.