mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-17 16:15:21 +01:00
Load forceEnableRecipe during Settings.reloadConfig
This commit is contained in:
parent
a18ce40921
commit
7049952b07
@ -538,6 +538,7 @@ public class Settings implements net.ess3.api.ISettings {
|
||||
isCompassTowardsHomePerm = _isCompassTowardsHomePerm();
|
||||
isAllowWorldInBroadcastworld = _isAllowWorldInBroadcastworld();
|
||||
itemDbType = _getItemDbType();
|
||||
forceEnableRecipe = _isForceEnableRecipe();
|
||||
}
|
||||
|
||||
private List<Material> itemSpawnBl = new ArrayList<Material>();
|
||||
|
Loading…
Reference in New Issue
Block a user