mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Making mctop update for MySQL when mmoedit is used
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user