Example String Decrypter Update

This commit is contained in:
Konloch 2022-01-17 19:35:18 -06:00
parent cc1dbeceb7
commit ec03a14189
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ var dialog = new MultipleChoiceDialog("Bytecode Viewer - WARNING",
var gui;
function execute(classNodeList) {
gui = new PluginConsole("Skeleton");
gui = new PluginConsole("Example String Decrypter Javascript Edition");
if (dialog.promptChoice() == 0) {
var needsWarning = false;