test
This commit is contained in:
@@ -1638,8 +1638,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
return;
|
||||
}
|
||||
|
||||
string broadcastMsg = $"Serverzeit wurde auf ~g~{hour:D2}:{min:D2}:{sec:D2} ~s~gesetzt!";
|
||||
NAPI.Notification.SendNotificationToAll(broadcastMsg);
|
||||
NAPI.Notification.SendNotificationToAll("Serverzeit wurde von ~g~" + player.Name + " ~s~auf ~g~ {hour:D2}:{min:D2}:{sec:D2}~s~ geändert.", true);
|
||||
TimeManager.PauseTimeManager();
|
||||
NAPI.World.SetTime(hour, min, sec);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user