ChimaeraWing now uses the action bar

This commit is contained in:
nossr50
2019-01-13 22:09:54 -08:00
parent 14ca84fa97
commit 1cf1c6fab8
6 changed files with 33 additions and 25 deletions

View File

@ -699,7 +699,7 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
/* Interaction Settings */
public boolean doesNotificationUseActionBar(NotificationType notificationType)
{
return config.getBoolean("Skills.FeedBack.ActionBarNotifications."+notificationType.toString(), true);
return config.getBoolean("Feedback.ActionBarNotifications."+notificationType.toString(), true);
}
/*