mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 15:45: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 {
|
||||
// @formatter:off
|
||||
|
||||
Reference in New Issue
Block a user