From d66e009979e2fcc2386adbf17f886dd09edc9a2f Mon Sep 17 00:00:00 2001 From: Milutinke Date: Thu, 29 Sep 2022 19:32:02 +0200 Subject: [PATCH] Removed the old name for the file with bed command. Now using a proper name. --- MinecraftClient/Commands/{Leavebed.cs => Bed.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename MinecraftClient/Commands/{Leavebed.cs => Bed.cs} (100%) diff --git a/MinecraftClient/Commands/Leavebed.cs b/MinecraftClient/Commands/Bed.cs similarity index 100% rename from MinecraftClient/Commands/Leavebed.cs rename to MinecraftClient/Commands/Bed.cs