From c472eff0020d4f8e27b2eb3ef845892bd09c8cba Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Fri, 23 Feb 2024 13:22:01 +0100 Subject: [PATCH] Remove unused import --- Minecraft-Realms-Emulator/Controllers/OpsController.cs | 1 - 1 file changed, 1 deletion(-) 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;