Codefix 977aba73be: also update comment about removal of is_random (#12400)

This commit is contained in:
Patric Stout 2024-03-30 13:29:51 +01:00 committed by GitHub
parent 340c2802da
commit 77f02faf15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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);