mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 12:57:06 +02:00
IPVGO: Fix mismatch in board size options on save loader [save corruption bugfix] (#1355)
This commit is contained in:
committed by
GitHub
parent
653d531d0a
commit
d9e8161a64
+1
-1
@@ -68,7 +68,7 @@ export const opponentDetails = {
|
||||
},
|
||||
};
|
||||
|
||||
export const boardSizes = [5, 7, 9, 13];
|
||||
export const boardSizes = [5, 7, 9, 13, 19];
|
||||
|
||||
export const columnIndexes = "ABCDEFGHJKLMNOPQRSTUVWXYZ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user