diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 715aaa5c..d0a5a37a 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1638,7 +1638,7 @@ namespace ReallifeGamemode.Server.Commands return; } - string broadcastMsg = $"Serverzeit wurde auf ~g~{hour:D2}:{min:D2}:{sec:D2} ~s~gesetzt!"; + string broadcastMsg = $"Serverzeit wurde von ~g~" + player.Name + " ~s~auf ~g~{hour:D2}:{min:D2}:{sec:D2} ~s~gesetzt!"; NAPI.Notification.SendNotificationToAll(broadcastMsg); TimeManager.PauseTimeManager(); NAPI.World.SetTime(hour, min, sec); diff --git a/ReallifeGamemode.Server/Util/GlobalHelper.cs b/ReallifeGamemode.Server/Util/GlobalHelper.cs index a60a6840..0907152e 100644 --- a/ReallifeGamemode.Server/Util/GlobalHelper.cs +++ b/ReallifeGamemode.Server/Util/GlobalHelper.cs @@ -12,7 +12,6 @@ namespace ReallifeGamemode.Server.Util public static Dictionary CustomJoinMessages = new Dictionary { - { "murcel1337", "I'll remember you all in therapy. (aviate)" }, { ".MichaPlays.", "Der Echte Ballas Leader ist online (MichaPlays)" }, { "balboistderbeste", "Hurra! Hurra! Der Balbo ist jetzt da! (balbo)" }, { "Roachkook", "Niemand, nicht einmal deine Mutter möchte so etwas sehen. (Siga)" },