From 59b794cd04774a9ff35db07bf93157279cbfbbfe Mon Sep 17 00:00:00 2001 From: aviate Date: Sun, 20 Oct 2019 20:53:07 +0200 Subject: [PATCH] admin stuff fix ayy lmao --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;