mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
Fix disabled commands not marking the command map as dirty (#4108)
This commit is contained in:
parent
edf664e19a
commit
195148a2a2
1 changed files with 1 additions and 0 deletions
|
@ -687,6 +687,7 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
} else {
|
||||
_addAlternativeCommand(command, toDisable);
|
||||
}
|
||||
mapModified = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue