Commit 57892a2b authored by fallenstardust's avatar fallenstardust

修正limitlist中credit没有被初始化的问题

parent 89c82a6b
...@@ -38,6 +38,7 @@ public class LimitList { ...@@ -38,6 +38,7 @@ public class LimitList {
forbidden = new ArrayList<>(); forbidden = new ArrayList<>();
limit = new ArrayList<>(); limit = new ArrayList<>();
semiLimit = new ArrayList<>(); semiLimit = new ArrayList<>();
credits = new HashMap<>();
allList = new ArrayList<>(); allList = new ArrayList<>();
} }
......
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