Added missing 'return'

This commit is contained in:
Uleat 2020-02-05 21:05:51 -05:00
parent 86b6f543b9
commit 916c88939c

View File

@ -2180,6 +2180,7 @@ sub bots_db_management {
if ($local_database_version > $binary_database_version) { if ($local_database_version > $binary_database_version) {
print "[Update] Bots database version is ahead of current binaries...\n"; print "[Update] Bots database version is ahead of current binaries...\n";
return;
} }
run_database_check(); run_database_check();