mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Ensure RemoveEffectsOnHeal config setting is actually registered (#3377)
This commit is contained in:
parent
46ed8e954f
commit
b5b6bce758
1 changed files with 1 additions and 0 deletions
|
@ -570,6 +570,7 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
logCommandBlockCommands = _logCommandBlockCommands();
|
||||
nickBlacklist = _getNickBlacklist();
|
||||
maxProjectileSpeed = _getMaxProjectileSpeed();
|
||||
removeEffectsOnHeal = _isRemovingEffectsOnHeal();
|
||||
}
|
||||
|
||||
void _lateLoadItemSpawnBlacklist() {
|
||||
|
|
Loading…
Reference in a new issue