Re-Implement file check for db_update.pl in Database::CheckDatabaseConversions() so when the file exists it isn't re-downloaded

Increment db_update.pl current version to version 2
Update Database::CheckDatabaseConversions() to check for version 2 of db_update.pl
This commit is contained in:
Akkadius
2015-01-25 20:48:30 -06:00
parent d51271dc6d
commit 9d9df6931e
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
$menu_displayed = 0;
#::: If current version is less than what world is reporting, then download a new one...
$current_version = 1;
$current_version = 2;
if($ARGV[0] eq "V"){
if($ARGV[1] > $current_version){