diff --git a/Server/Commands/Admin.cs b/Server/Commands/Admin.cs index 39dd56ba..f344cf30 100644 --- a/Server/Commands/Admin.cs +++ b/Server/Commands/Admin.cs @@ -1258,7 +1258,7 @@ namespace reallife_gamemode.Server.Commands } } - [Command("save", "~m~Benutzung: ~s~/save [Typ = ~g~Blip, Goto (X), ~r~Marker, Ped, Pickup, TextLabel, ~g~Vehicle, FVehicle, SVehicle] (Beschreibung) = (X)")] + [Command("save", "~m~Benutzung: ~s~/save [Typ = ~g~Blip~s~, ~g~Goto (X)~s~, ~r~Marker~s~, ~r~Ped~s~, ~r~Pickup~s~, ~r~TextLabel~s~, ~g~Vehicle~s~, ~g~FVehicle~s~, ~g~SVehicle~s~] (Beschreibung) = (X)")] public void CmdAdminSave(Client player, string typ, string description = null) { if (!player.GetUser()?.IsAdmin(AdminLevel.HEADADMIN) ?? true)