From b25cee9a2888828cb2dc874bed3bb214bea8ca29 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 26 May 2019 15:57:44 +0200 Subject: [PATCH] remove /Accept --- .../Commands/UserCommands.cs | 17 ----------------- 1 file changed, 17 deletions(-) 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) {