Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 84ad529

Browse files
authored
Merge pull request #3 from Hexer10/master
Fix for #57 BUG
2 parents f40591d + cdd3b85 commit 84ad529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UI/MainWindowSPCompiler.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,12 @@ private void Copy_Plugins(bool OvertakeOutString = false)
268268
{
269269
if (compiledFiles.Count > 0)
270270
{
271-
nonUploadedFiles.Clear();
272271
var copyCount = 0;
273272
var c = Program.Configs[Program.SelectedConfig];
274273
if (!string.IsNullOrWhiteSpace(c.CopyDirectory))
275274
{
275+
nonUploadedFiles.Clear();
276+
276277
var stringOutput = new StringBuilder();
277278
foreach (var file in compiledFiles)
278279
{

0 commit comments

Comments
 (0)