mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-08 00:38:38 +00:00
[FEATURE] Added ability to refresh inline field value
This commit is contained in:
@@ -81,7 +81,11 @@ public class ReflectUI extends JFrame {
|
||||
}
|
||||
if(pathElements.length == 3) {
|
||||
// field
|
||||
setFieldInfo(fields.get(element));
|
||||
RefField field = fields.get(element);
|
||||
setFieldInfo(field);
|
||||
DefaultMutableTreeNode el = (DefaultMutableTreeNode) element;
|
||||
el.setUserObject("Field: " + field.getName() + " [type: " + field.getASMType() + "] [value: " + field.asObject() + "]");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user