This commit is contained in:
Anuken
2020-08-05 09:47:11 -04:00
parent 75eed2926a
commit 54d37b63b3
11 changed files with 42 additions and 22 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public class Vars implements Loadable{
/** Maximum schematic size.*/
public static final int maxSchematicSize = 32;
/** All schematic base64 starts with this string.*/
public static final String schematicBaseStart ="bXNjaAB";
public static final String schematicBaseStart ="bXNjaA";
/** IO buffer size. */
public static final int bufferSize = 8192;
/** global charset, since Android doesn't support the Charsets class */