Added ping() call to botdb

This commit is contained in:
Uleat 2019-06-21 07:58:47 -04:00
parent e903b06c22
commit 2cd910ad86

View File

@ -544,6 +544,7 @@ int main(int argc, char** argv) {
if (InterserverTimer.Check()) {
InterserverTimer.Start();
database.ping();
botdb.ping();
entity_list.UpdateWho();
}
};