Commit 2450c6bc authored by fallenstardust's avatar fallenstardust Committed by GitHub

Merge pull request #18 from purerosefallen/blank_lflist_fs_

add a blank lflist
parents 4cb85979 60d18374
......@@ -64,6 +64,10 @@ public class LimitManager implements Closeable {
rs1 = loadFile(stringFile2);
}
boolean rs2 = loadFile(stringFile);
LimitList blank_list = new LimitList("N/A");
mLimitLists.put("N/A", blank_list);
mLimitNames.add("N/A");
++mCount;
return rs1 && rs2;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment