diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index e993034c..a525c892 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -956,7 +956,7 @@ namespace ReallifeGamemode.Server.Commands foreach (var managedClient in peopleInRange) { if (!managedClient.IsLoggedIn()) return; - ChatService.SendMessage(managedClient, "* " + player.Name + " hat eine " + number + " gewürfelt."; + ChatService.SendMessage(managedClient, "* " + player.Name + " hat eine " + number + " gewürfelt."); } } diff --git a/ReallifeGamemode.Server/Commands/UserCommands.cs b/ReallifeGamemode.Server/Commands/UserCommands.cs index 95b9a551..eca67070 100644 --- a/ReallifeGamemode.Server/Commands/UserCommands.cs +++ b/ReallifeGamemode.Server/Commands/UserCommands.cs @@ -26,7 +26,7 @@ namespace ReallifeGamemode.Server.Commands foreach (var managedClient in peopleInRange) { if (!managedClient.IsLoggedIn()) return; - ChatService.SendMessage(managedClient, "* " + player.Name + " hat eine " + number + " gewürfelt."; + ChatService.SendMessage(managedClient, "* " + player.Name + " hat eine " + number + " gewürfelt."); } }