The style 'normal' is no longer given by default

This commit is contained in:
Esophose 2020-01-05 04:22:02 -07:00
parent aac40785ce
commit 7774e500ca
28 changed files with 36 additions and 30 deletions

View file

@ -807,7 +807,7 @@ public class FixedCommandModule implements CommandModule {
return "<sub-command>";
}
public boolean requiresEffects() {
public boolean requiresEffectsAndStyles() {
return true;
}