Codefactor Fixes (#1493)

* codefactor fixes

* anotha one
This commit is contained in:
John Grosh
2024-03-04 19:35:17 -05:00
committed by GitHub
parent a7807b96e2
commit bb17c984a2
5 changed files with 98 additions and 82 deletions

View File

@@ -273,6 +273,11 @@ public class BotConfig
return game;
}
public boolean isGameNone()
{
return game != null && game.getName().equalsIgnoreCase("none");
}
public OnlineStatus getStatus()
{
return status;