API Changes

This commit is contained in:
Konloch 2021-06-27 21:13:55 -07:00
parent 152957c128
commit c45b8c4b5a
4 changed files with 58 additions and 9 deletions

View file

@ -26,7 +26,7 @@ function execute(classNodeList)
var fields = cn.fields.toArray();
//load the class node into the classloader
BytecodeViewer.getClassNodeLoader().addClass(cn);
BytecodeViewer.loadClassIntoClassLoader(cn);
for (fieldIndex = 0; fieldIndex < fields.length; fieldIndex++)
{