From d4fe12766237e4f95044a727caae7ea47a9af61b Mon Sep 17 00:00:00 2001 From: hydrant Date: Sat, 1 Dec 2018 20:21:54 +0100 Subject: [PATCH] Changed /save help colors --- Server/Commands/Admin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)