mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 12:42:25 +00:00
Fix for map download
This commit is contained in:
parent
ac25d49a62
commit
7d0b7560bc
@ -1546,9 +1546,9 @@ sub map_files_fetch_bulk{
|
|||||||
);
|
);
|
||||||
for my $file (@files) {
|
for my $file (@files) {
|
||||||
$destination_file = $file;
|
$destination_file = $file;
|
||||||
$destination_file =~s/maps\/EQEmuMaps-master\/maps\///g;
|
$destination_file =~s/maps\/EQEmuMaps-master\///g;
|
||||||
print "[Install] Installing :: " . $destination_file . "\n";
|
print "[Install] Installing :: " . $destination_file . "\n";
|
||||||
copy_file($file, "maps/" . $new_file);
|
copy_file($file, "maps/" . $destination_file);
|
||||||
}
|
}
|
||||||
print "[Install] Fetched Latest Maps\n";
|
print "[Install] Fetched Latest Maps\n";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user