mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 08:09:39 +01:00
Already set to config default in constructor
This commit is contained in:
parent
ae0cf692cd
commit
9a4bed8c67
@ -92,7 +92,6 @@ public class PlayerProfile {
|
|||||||
|
|
||||||
if (huds.get(1) == null) {
|
if (huds.get(1) == null) {
|
||||||
DatabaseManager.write("INSERT INTO " + tablePrefix + "huds (user_id) VALUES (" + userId + ")");
|
DatabaseManager.write("INSERT INTO " + tablePrefix + "huds (user_id) VALUES (" + userId + ")");
|
||||||
mobHealthbarType = Config.getInstance().getMobHealthbarDefault();
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
hudType = HudType.valueOf(huds.get(1).get(0));
|
hudType = HudType.valueOf(huds.get(1).get(0));
|
||||||
|
Loading…
Reference in New Issue
Block a user