diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 0fef3868..aada705d 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -3146,7 +3146,7 @@ namespace TShockAPI time += 4.5; if (!Main.dayTime) time += 15.0; - args.Player.SendInfoMessage("The current time is {0}:{1:D2}.", (int)Math.Floor(time), (int)Math.Round((time % 1.0) * 30.0)); + args.Player.SendInfoMessage("The current time is {0}:{1:D2}.", (int)Math.Floor(time), (int)Math.Round((time % 1.0) * 60.0)); return; }