mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 18:32:02 +00:00
Fixed default version of ABC
This commit is contained in:
@@ -86,7 +86,7 @@ import java.util.logging.Logger;
|
||||
*/
|
||||
public class ABC {
|
||||
|
||||
public ABCVersion version = new ABCVersion(47, 16);
|
||||
public ABCVersion version = new ABCVersion(46, 16);
|
||||
|
||||
public AVM2ConstantPool constants = new AVM2ConstantPool();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user