diff --git a/uqcsbot/minecraft.py b/uqcsbot/minecraft.py index 7feb2bd..da5d121 100644 --- a/uqcsbot/minecraft.py +++ b/uqcsbot/minecraft.py @@ -119,8 +119,6 @@ async def mcunwhitelist(self, interaction: discord.Interaction, username: str): response_kick = await self.send_rcon_command(f"kick {username}") logging.info(f"[MINECRAFT] kick {username}: {response_kick}") - # Check this else statement - # If the responses indicate successful removal, remove from the database item if "Removed" in response_remove[0]: db_session.query(MCWhitelist).filter(