From 8c0e4ab07fdd01c0fe7eba9e74214289195cd238 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 25 Dec 2020 17:03:31 +0100 Subject: Doc: for over 10 years now, we do not load the exact AI version first (#8431) See commit fae34ee7 for details. The documentation simply never got updated. --- src/script/api/script_controller.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/script/api') diff --git a/src/script/api/script_controller.hpp b/src/script/api/script_controller.hpp index 79cb65a74..c6b07232d 100644 --- a/src/script/api/script_controller.hpp +++ b/src/script/api/script_controller.hpp @@ -23,7 +23,6 @@ * script that matches to the specified version as close as possible. It tries * (from first to last, stopping as soon as the attempt succeeds) * - * - load the exact same version of the same script, * - load the latest version of the same script that supports loading data from * the saved version (the version of saved data must be equal or greater * than ScriptInfo::MinVersionToLoad), -- cgit v1.2.3-54-g00ecf