mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-23 07:40:29 +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;
|
defaulthud = x;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(defaulthud == null)
|
||||||
|
defaulthud = HUDType.STANDARD;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user