summaryrefslogtreecommitdiff
path: root/src/script/api/script_stationlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_stationlist.hpp')
-rw-r--r--src/script/api/script_stationlist.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_stationlist.hpp b/src/script/api/script_stationlist.hpp
index 49269d29f..cd9c98137 100644
--- a/src/script/api/script_stationlist.hpp
+++ b/src/script/api/script_stationlist.hpp
@@ -17,7 +17,7 @@
/**
* Creates a list of stations of which you are the owner.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptStationList : public ScriptList {
@@ -30,7 +30,7 @@ public:
/**
* Creates a list of stations which the vehicle has in its orders.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptStationList_Vehicle : public ScriptList {