Skip to content

How to make some config file in after/plugin to run every time? #515

Answered by folke
MAXIIIMVS asked this question in Q&A
Discussion options

You must be logged in to vote

Caching can't influence something like that.

It's probably because the file will now consistently load in the same order every time, so you should set the random seed in that file:

math.randomseed(os.time())

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by folke
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants