Fix disabled commands not marking the command map as dirty (#4108)

This commit is contained in:
Jason 2021-04-12 16:08:19 -07:00 committed by GitHub
parent edf664e19a
commit 195148a2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -687,6 +687,7 @@ public class Settings implements net.ess3.api.ISettings {
} else {
_addAlternativeCommand(command, toDisable);
}
mapModified = true;
}
}