summaryrefslogtreecommitdiff
path: root/src/script/api/script_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_base.hpp')
-rw-r--r--src/script/api/script_base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_base.hpp b/src/script/api/script_base.hpp
index 42b61f892..9384cbf80 100644
--- a/src/script/api/script_base.hpp
+++ b/src/script/api/script_base.hpp
@@ -20,7 +20,7 @@
*
* @note The random functions are not called Random and RandomRange, because
* RANDOM_DEBUG does some tricky stuff, which messes with those names.
- * @note In MP we cannot use Random because that will cause desyncs (AIs are
+ * @note In MP we cannot use Random because that will cause desyncs (scripts are
* ran on the server only, not on all clients). This means that
* we use InteractiveRandom in MP. Rand() takes care of this for you.
*/