mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +01:00
Fixed uid.dat wurde auch kopiert
Signed-off-by: Grafe <flingelfrank@hotmail.com>
This commit is contained in:
parent
eb88ae6146
commit
a84d4c36bd
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user