Popstring to trywithresources

This commit is contained in:
2023-05-19 07:57:20 -04:00
parent 8b81743cb1
commit 3c5ffed352
4 changed files with 27 additions and 32 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ public class Database {
return discordAccounts;
}
public String getPopulationSTring() {
public String getPopulationString() {
String popString = "";
@@ -29,7 +29,7 @@ public class StatusRequestHandler {
outString += "OFFLINE\n";
if (Database.online == true)
outString += MagicBot.database.getPopulationSTring();
outString += MagicBot.database.getPopulationString();
else
outString += "Database offline: no population data.";