mirror of
https://github.com/SWG-Source/src.git
synced 2026-01-15 23:05:01 -05:00
Add already up to date version msg in db update script
This commit is contained in:
@@ -413,6 +413,11 @@ sub doDeltaUpdates
|
||||
$version=$newversion;
|
||||
}
|
||||
}
|
||||
|
||||
if($updated == 0)
|
||||
{
|
||||
print "The database is already up to date at version number ".($version)."\n";
|
||||
}
|
||||
|
||||
return $updated;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user