From 9267f8540f79381ce69f32da5bb16cb4bce5176c Mon Sep 17 00:00:00 2001 From: aviate <40-aviate@users.noreply.development.life-of-german.org> Date: Sun, 28 Jul 2019 22:41:31 +0200 Subject: [PATCH] removed herobrine --- 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 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 {