Token refactor

This commit is contained in:
spjspj 2017-05-08 23:26:33 +10:00
parent f909005bb1
commit 0942db541f
2 changed files with 5 additions and 3 deletions

View file

@ -70,6 +70,9 @@ public final class MagePreferences {
if (key.matches(".*userName$")) {
userIds.append(',').append(prefs().get(key, null));
}
if (key.matches(".*DeckPath.*")) {
userIds.append(',').append(prefs().get(key, null));
}
}
} catch (BackingStoreException ex) {
}