1
0
Fork 0

Codefix 977aba73be: also update comment about removal of is_random

pull/12400/head
Patric Stout 2024-03-30 09:07:22 +01:00
parent e21c12afeb
commit 2c6d420bcb
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ public:
* @param version The version of the Script to load, or -1 of latest.
* @param force_exact_match If true try to find the exact same version
* as specified. If false any compatible version is ok.
* @param is_random Is the Script chosen randomly?
*/
void Change(std::optional<const std::string> name, int version = -1, bool force_exact_match = false);