admin stuff fix ayy lmao
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user