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
1 changed files with 1 additions and 1 deletions

View File

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