Verbose Fix
This commit is contained in:
parent
9ab8ec7f8c
commit
342d60536b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class PluginWriter extends JFrame
|
|||
try
|
||||
{
|
||||
//write to temporary file location
|
||||
DiskWriter.replaceFile(tempFile.getAbsolutePath(), area.getText(), true);
|
||||
DiskWriter.replaceFile(tempFile.getAbsolutePath(), area.getText(), false);
|
||||
//run plugin from that location
|
||||
PluginManager.runPlugin(tempFile);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue