From accaab7ae5846aa988756c33e7d7643af26d0dec Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Mon, 20 May 2024 21:41:26 +0200 Subject: [PATCH] Remove unused `using` --- Minecraft-Realms-Emulator/Controllers/WorldsController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Minecraft-Realms-Emulator/Controllers/WorldsController.cs b/Minecraft-Realms-Emulator/Controllers/WorldsController.cs index 8c2669d..e9095c4 100644 --- a/Minecraft-Realms-Emulator/Controllers/WorldsController.cs +++ b/Minecraft-Realms-Emulator/Controllers/WorldsController.cs @@ -1,6 +1,5 @@ using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Internal; using Minecraft_Realms_Emulator.Attributes; using Minecraft_Realms_Emulator.Data; using Minecraft_Realms_Emulator.Entities;