diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 0d3a0e06..77deb2aa 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -2147,7 +2147,7 @@ namespace ReallifeGamemode.Server.Commands if (!weatherBefore.Equals(weatherAfter)) { ChatService.SendMessage(player, "~w~Wetter geändert: " + NAPI.World.GetWeather()); - NAPI.Notification.SendNotificationToAll("Das Wetter wurde von " + player.Name + " auf ~g~" + NAPI.World.GetWeather() + "~s~ geändert.", true); + NAPI.Notification.SendNotificationToAll("Das Wetter wurde von ~g~ " + player.Name + " ~s~ auf ~g~" + NAPI.World.GetWeather() + "~s~ geändert.", true); } else {