diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 375f2f3c..9f0dea32 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -3444,7 +3444,7 @@ namespace ReallifeGamemode.Server.Commands BankManager.SetMoney(player, business, amount, "Admin"); } - //[Command("interior", "~m~Benutzung: ~s~/interior [Add / Remove / SetEnter / SetExit] [Spieler]")] + //[Command("interior", "~m~Benutzung: ~s~/interior [Add / Remove / SetEnter / SetExit] [Name/ID]")] //public void CmdAdminInterior(Player player, string option1, string option2) //{ // if (!player.GetUser()?.IsAdmin(AdminLevel.HEADADMIN) ?? true)