Skip to content

Commit

Permalink
Fix disabled commands not marking the command map as dirty (#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla authored Apr 12, 2021
1 parent edf664e commit 195148a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ public void reloadConfig() {
} else {
_addAlternativeCommand(command, toDisable);
}
mapModified = true;
}
}

Expand Down

0 comments on commit 195148a

Please # to comment.