Fixed uid.dat wurde auch kopiert

Signed-off-by: Grafe <flingelfrank@hotmail.com>
This commit is contained in:
Grafe 2013-04-08 17:56:16 +02:00
parent eb88ae6146
commit a84d4c36bd

View File

@ -301,7 +301,7 @@ public class P extends JavaPlugin{
}
}
public String[] excludedFiles={"config.yml"};
public String[] excludedFiles={"config.yml", "uid.dat"};
public void copyDirectory(File sourceLocation, File targetLocation) {
if (sourceLocation.isDirectory()) {