driving school changes

This commit is contained in:
aviate
2019-10-30 16:13:42 +01:00
parent 56afadf64f
commit 96afbca36d
2 changed files with 5 additions and 5 deletions

View File

@@ -2494,7 +2494,7 @@ namespace ReallifeGamemode.Server.Commands
if (option1 != "add" && option1 != "remove" && option1 != "setenter" && option1 != "setexit")
{
ChatService.SendMessage(player, "~m~Benutzung: ~s~/interior [Add / Remove / SetEnter / SetExit] [Name]");
ChatService.SendMessage(player, "~m~Benutzung: ~s~/interior [Add / Remove / SetEnter / SetExit] [Name / ID]");
return;
}