meteor-client
meteor-client copied to clipboard
[Suggestion] Starscript fixes
Describe the feature
Please add 24h time format for {time} in starscript, and remove spaces from {date}, it returned 01. 01. 2000, but i want 01.01.2000, now i fix this using replace(time, " ", "")
Before submitting a suggestion
-
[x] This feature doesn't already exist in the client. (I have checked every module and their settings on the latest dev build)
-
[x] This wasn't already suggested. (I have searched suggestions on GitHub and read the FAQ)
will implement