mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-02-16 12:21:30 +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) {
|
public void copyDirectory(File sourceLocation, File targetLocation) {
|
||||||
if (sourceLocation.isDirectory()) {
|
if (sourceLocation.isDirectory()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user