mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Prevent HUDType from ever being null when loading config
This commit is contained in:
@ -355,5 +355,8 @@ public class Config extends ConfigLoader {
|
||||
defaulthud = x;
|
||||
}
|
||||
}
|
||||
|
||||
if(defaulthud == null)
|
||||
defaulthud = HUDType.STANDARD;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user