Merge branch 'master' of ssh://dev.mineplex.com:7999/min/mineplex

This commit is contained in:
Chiss 2013-12-14 16:38:46 +11:00
commit 3ca67d60c0

View File

@ -108,7 +108,7 @@ public class StatsManager extends MiniPlugin
return this; return this;
} }
public void addStat(Player player, String table, String statName, int value) public void addStat(Player player, String table, String statName, int value)
{ {
addStat(player.getName(), table, statName, value); addStat(player.getName(), table, statName, value);