This commit is contained in:
Konloch 2022-01-17 18:53:09 -06:00
parent dd59d8753e
commit 0c75303f96
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from org.objectweb.asm.tree import ClassNode
class skeleton(Plugin): 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 = PluginConsole("Skeleton")
gui.setVisible(Boolean.TRUE) gui.setVisible(Boolean.TRUE)
gui.appendText("exceuted skeleton") gui.appendText("exceuted skeleton")