Cleanup
This commit is contained in:
parent
dd59d8753e
commit
0c75303f96
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from org.objectweb.asm.tree import ClassNode
|
|||
|
||||
class skeleton(Plugin):
|
||||
|
||||
def execute(classNodeList, poop): #for some reason it requires a second arg
|
||||
def execute(classNodeList, notUsed): #for some reason it requires a second arg
|
||||
gui = PluginConsole("Skeleton")
|
||||
gui.setVisible(Boolean.TRUE)
|
||||
gui.appendText("exceuted skeleton")
|
||||
|
|
Loading…
Reference in a new issue