diff --git a/ReallifeGamemode.Server/Commands/UserCommands.cs b/ReallifeGamemode.Server/Commands/UserCommands.cs index 78352c12..ac6469c4 100644 --- a/ReallifeGamemode.Server/Commands/UserCommands.cs +++ b/ReallifeGamemode.Server/Commands/UserCommands.cs @@ -10,23 +10,6 @@ namespace ReallifeGamemode.Server.Commands { class UserCommands : Script { - [Command("accept", "~m~Benutzung: ~s~/accept [invite]")] - public void CmdUserAccept(Client player, string option) - { - if (!player.IsLoggedIn()) return; - - option = option.ToLower(); - - switch (option) - { - case "invite": - { - - break; - } - } - } - [Command("car", "~m~Benutzung: ~s~/car")] public void CmdUserCar(Client player) {