From 222932c581c1d5c691316ae4816f54d909f44bed Mon Sep 17 00:00:00 2001 From: hydrant Date: Mon, 4 May 2020 18:30:46 +0200 Subject: [PATCH] =?UTF-8?q?gro=C3=9Fkleinschreibung=20unn=C3=B6tig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server.Core/Commands/Admin/InteriorCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server.Core/Commands/Admin/InteriorCommand.cs b/ReallifeGamemode.Server.Core/Commands/Admin/InteriorCommand.cs index 9cef568d..9060da2b 100644 --- a/ReallifeGamemode.Server.Core/Commands/Admin/InteriorCommand.cs +++ b/ReallifeGamemode.Server.Core/Commands/Admin/InteriorCommand.cs @@ -19,7 +19,7 @@ namespace ReallifeGamemode.Server.Core.Commands.Admin public void Handle(IPlayer player, string option1, string option2 = null) { - option1 = option1.ToString(); + option1 = option1.ToString().ToLower(); if (option1 != "add" && option1 != "remove" && option1 != "setenter" && option1 != "setexit" && option1 != "list") {