Some bugfixes

This commit is contained in:
Raoul Van den Berge
2016-05-22 03:00:47 +02:00
parent 6738e2f8d4
commit 637255058c
7 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ public class SideButtonMode extends SideButton {
if (config.getMode() == ModeConstants.WHITELIST) {
tx = 0;
} else if (config.getMode() == ModeConstants.WHITELIST) {
} else if (config.getMode() == ModeConstants.BLACKLIST) {
tx = 16;
}