diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 240fba02..07000341 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -2492,7 +2492,7 @@ namespace ReallifeGamemode.Server.Commands option1 = option1.ToString(); - if (option1 != "add" && option1 != "remove" && option1 != "setenterposition" && option1 != "setexitposition") + if (option1 != "add" && option1 != "remove" && option1 != "setenter" && option1 != "setexit") { ChatService.SendMessage(player, "~m~Benutzung: ~s~/interior [Add / Remove / SetEnter / SetExit] [Name]"); return;