From 9407e81b0efec26fa97d07aa9471047547b1118a Mon Sep 17 00:00:00 2001 From: Mac_Slash Date: Wed, 29 Apr 2020 15:46:31 +0200 Subject: [PATCH] =?UTF-8?q?Befehls=C3=A4nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index e2a3527d..9437252d 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -2598,7 +2598,7 @@ namespace ReallifeGamemode.Server.Commands player.TriggerEvent("manageFactionRanks", json); } } - [Command("aplaysound", "~m~Benutzung: ~s~/aplaysound [Dateiname] [mp3/wav] [volume 0.0 - 1.0]", Alias ="aps")] + [Command("aplaysound", "~m~Benutzung: ~s~/aplaysound [Dateiname] [mp3/wav] [volume 0.0 - 100.0]", Alias ="aps")] public void CmdAdminPlaySound(Player player, string sound, string typ, double volume = 100) { if (!player.GetUser()?.IsAdmin(AdminLevel.HEADADMIN) ?? true)