admin stuff fix ayy lmao

This commit is contained in:
aviate
2019-10-20 20:53:07 +02:00
parent 42a07a1375
commit 59b794cd04

View File

@@ -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;