mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
fix index out of bound
This commit is contained in:
@@ -76,7 +76,7 @@ public class Block {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final int[][] AVAILABLE = new int[62][0];
|
private static final int[][] AVAILABLE = new int[70][0];
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// @formatter:off
|
// @formatter:off
|
||||||
|
|||||||
Reference in New Issue
Block a user