diff --git a/Minecraft-Realms-Emulator/Controllers/OpsController.cs b/Minecraft-Realms-Emulator/Controllers/OpsController.cs index 6d56073..93f5b4d 100644 --- a/Minecraft-Realms-Emulator/Controllers/OpsController.cs +++ b/Minecraft-Realms-Emulator/Controllers/OpsController.cs @@ -1,5 +1,4 @@ using Microsoft.AspNetCore.Mvc; -using Microsoft.EntityFrameworkCore; using Minecraft_Realms_Emulator.Data; using Minecraft_Realms_Emulator.Responses;