Skip to content

Commit

Permalink
also remind users of allowing time in seconds
Browse files Browse the repository at this point in the history
who would use this?
  • Loading branch information
Clayell authored Feb 3, 2025
1 parent 0c55816 commit a5c237b
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:59\"");
GUILayout.Label("Accepts values with format \"1y 2d 3h 4m 5s\", \"1960-12-31 23:59:59\", or \"61883248319\".");
GUILayout.Space(4);

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

0 comments on commit a5c237b

Please sign in to comment.