diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index d0a5a37a..118275f1 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 von ~g~" + player.Name + " ~s~auf ~g~{hour:D2}:{min:D2}:{sec:D2} ~s~gesetzt!"; + string broadcastMsg = $"Serverzeit wurde von auf ~g~{hour:D2}:{min:D2}:{sec:D2} ~s~gesetzt!"; NAPI.Notification.SendNotificationToAll(broadcastMsg); TimeManager.PauseTimeManager(); NAPI.World.SetTime(hour, min, sec);