+ Added comments and mild formatting.

This commit is contained in:
Matthew Cech
2019-06-01 23:10:46 -07:00
parent 355660eea4
commit f363d15010
4 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ public class DatabaseManager
if(driver.Connect() == false)
{
GlobalLog.Error("Database failed to connect. Currently, without the DB, this bot can not run.");
GlobalLog.Error("A database failed to connect. Currently, without the DB, this bot can not run.");
System.exit(1);
}
}