Making mctop update for MySQL when mmoedit is used

This commit is contained in:
nossr50 2012-03-08 17:06:26 -08:00
parent 63bdc16e2f
commit 95c15df184
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Version 2.0.00-dev
+ Added bookshelves to list of blocks that don't trigger abilities.
= Fixed ClassCastException from Taming preventDamage checks
= Fixed issue with Blast Mining not seeing TNT for detonation due to snow
! Changed mmoedit to save a profile when used (this will make mctop update)
! Changed Call of the Wild to activate on left-click rather than right-click
! Changed Blast Mining to track based on Entity ID vs. Location

View File

@ -1103,6 +1103,7 @@ public class PlayerProfile
skills.put(skillType, newvalue);
skillsXp.put(skillType, 0);
}
save(); //This will make mctop update for MySQL
}
public void addLevels(SkillType skillType, int levels)