mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Making mctop update for MySQL when mmoedit is used
This commit is contained in:
parent
63bdc16e2f
commit
95c15df184
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user