mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-19 08:55:26 +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…
x
Reference in New Issue
Block a user