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") {