mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +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;
|
||||
}
|
||||
}
|
||||
|
||||
if(defaulthud == null)
|
||||
defaulthud = HUDType.STANDARD;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user