From cf7fccbc28cf00cf3b7d04ddc349f38a745b9144 Mon Sep 17 00:00:00 2001 From: aviate Date: Sun, 29 Sep 2019 22:10:53 +0200 Subject: [PATCH] fix --- 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 118275f1..715aaa5c 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 auf ~g~{hour:D2}:{min:D2}:{sec:D2} ~s~gesetzt!"; + string broadcastMsg = $"Serverzeit wurde auf ~g~{hour:D2}:{min:D2}:{sec:D2} ~s~gesetzt!"; NAPI.Notification.SendNotificationToAll(broadcastMsg); TimeManager.PauseTimeManager(); NAPI.World.SetTime(hour, min, sec);