1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 07:06:41 +02:00

[trunk] Delete temp files, if they are not needed.

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1320 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo
2011-05-02 16:59:25 +00:00
parent 23e1bc811a
commit 061af61dda

View File

@@ -120,6 +120,8 @@ public class EssentialsUpgrade
{
throw new Exception("Failed to rename temp file to config.yml");
}
} else {
tempFile.delete();
}
}