Skip to content

Commit

Permalink
tell user that they can input seconds in the simulation datetime
Browse files Browse the repository at this point in the history
since DateTime can ofc handle seconds
  • Loading branch information
Clayell authored Feb 3, 2025
1 parent 606456f commit 9b8eb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RP0/UI/KCT/GUI_Simulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static void DrawSimulationConfigure(int windowID)
_UTString = GUILayout.TextField(_UTString, GUILayout.Width(110));
_fromCurrentUT = GUILayout.Toggle(_fromCurrentUT, new GUIContent(" From Now", "If selected the game will warp forwards by the amount of time entered onto the field. Otherwise the date and time will be set to entered value."));
GUILayout.EndHorizontal();
GUILayout.Label("Accepts values with format \"1y 2d 3h 4m 5s\" or \"1960-12-31 23:59\"");
GUILayout.Label("Accepts values with format \"1y 2d 3h 4m 5s\" or \"1960-12-31 23:59:59\"");
GUILayout.Space(4);

if (ModUtils.IsTestFlightInstalled || ModUtils.IsTestLiteInstalled)
Expand Down

0 comments on commit 9b8eb15

Please sign in to comment.