mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:30:47 +00:00
goto usage fix
This commit is contained in:
@@ -98,7 +98,8 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
|
||||
}
|
||||
|
||||
public void fireScript() {
|
||||
for (Runnable scriptListener : scriptListeners) {
|
||||
Runnable[] listeners = scriptListeners.toArray(new Runnable[scriptListeners.size()]);
|
||||
for (Runnable scriptListener : listeners) {
|
||||
scriptListener.run();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user