mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-29 16:46:46 +01:00
Prevent HUDType from ever being null when loading config
This commit is contained in:
parent
f7532cf5b4
commit
357eded2c3
@ -355,5 +355,8 @@ public class Config extends ConfigLoader {
|
|||||||
defaulthud = x;
|
defaulthud = x;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(defaulthud == null)
|
||||||
|
defaulthud = HUDType.STANDARD;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user