Fixed bug where MobHealthbarTypes were not saved

This commit is contained in:
TfT_02
2014-12-23 14:02:57 +01:00
parent 522b085499
commit a2c395db36
2 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,8 @@ public class PlayerProfile {
}
public void setMobHealthbarType(MobHealthbarType mobHealthbarType) {
changed = true;
this.mobHealthbarType = mobHealthbarType;
}