forked from External/mage
Token refactor
This commit is contained in:
parent
f909005bb1
commit
0942db541f
2 changed files with 5 additions and 3 deletions
|
|
@ -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) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue