mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 00:40:47 +00:00
Do not load session when jumping into playerglobal from the highlighter.
This commit is contained in:
@@ -1752,10 +1752,10 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
};
|
||||
|
||||
if (swf.getFile() == null && "__playerglobal".equals(swf.getFileTitle())) {
|
||||
mainPanel.findOrLoadOpanableListByFilePath(Configuration.getPlayerSWC().getAbsolutePath(), afterOpen);
|
||||
mainPanel.findOrLoadOpanableListByFilePath(Configuration.getPlayerSWC().getAbsolutePath(), afterOpen, false);
|
||||
return;
|
||||
} else if (swf.getFile() == null && "__airglobal".equals(swf.getFileTitle())) {
|
||||
mainPanel.findOrLoadOpanableListByFilePath(Configuration.getAirSWC().getAbsolutePath(), afterOpen);
|
||||
mainPanel.findOrLoadOpanableListByFilePath(Configuration.getAirSWC().getAbsolutePath(), afterOpen, false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user