Hi, i tried to decompile this lua file but got this error, other tool https://luadec.metaworm.site/ works, so i assume opcodes are standard Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because "upvalue.name" is null at unluac.decompile.expression.TableReference.isUpvalueOf(TableReference.java:40) at unluac.decompile.expression.TableReference.print(TableReference.java:52) at unluac.decompile.expression.FunctionCall.print(FunctionCall.java:80) at...