mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Added missing 'return'
This commit is contained in:
parent
86b6f543b9
commit
916c88939c
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user