1
0

Update net.cpp

This commit is contained in:
Emagi 2024-07-22 09:42:50 -04:00
parent 19440c0755
commit cba15d5d72

View File

@ -148,8 +148,8 @@ int main(int argc, char** argv) {
//remove this when all database calls are using the new database class
if (!database.Init()) {
LogStop();
LogWrite(INIT__ERROR, 0, "Init", "Database init failed!");
LogStop();
return EXIT_FAILURE;
}