Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
nnuudev committed Oct 1, 2021
1 parent 9141f80 commit ca366ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
New in v3.20 build 20211001_1415
New in v3.20 build 20211001_1545
- New G5 flags on /mlp/.
-- Watch the movie!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,14 @@ protected void onFinishInflate() {
"HT","IZ","PP","SPT","SS","ZS",
"TFA","TFO","TFP","TP","TFS","TFT","TFV","ADA","AB","SON","SUS",
"EQA","EQF","EQP","EQR","ERA","EQS","EQT","EQI"};
if (boardFlags.containsKey("HT")) {
//if (boardFlags.containsKey("HT")) {
boardFlags.put("HT", "G5 Hitch Trailblazer");
//boardFlags.put("IZ", "G5 Izzy Moonbow");
//boardFlags.put("PP", "G5 Pipp Petals");
boardFlags.put("IZ", "G5 Izzy Moonbow");
boardFlags.put("PP", "G5 Pipp Petals");
boardFlags.put("SPT", "G5 Sprout");
//boardFlags.put("SS", "G5 Sunny Starscout");
boardFlags.put("SS", "G5 Sunny Starscout");
boardFlags.put("ZS", "G5 Zipp Storm");
}
//}
sorted = new ArrayList<>(Arrays.asList(sortedMLP));
sorted.retainAll(boardFlags.keySet());
if (sorted.size() < boardFlags.keySet().size()) {
Expand Down

0 comments on commit ca366ec

Please sign in to comment.