diff options
author | frosch <frosch@openttd.org> | 2018-03-14 18:05:06 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2018-03-14 18:05:06 +0000 |
commit | 8c458c153dfc3d31aacda6b270e8f3d36cefb6dc (patch) | |
tree | 02641367356a5e3d1c1f56863343e990b4bbb6d3 /bin/ai | |
parent | 55a503e6f225a3c1dba3dbc1effa7e0d6942dd96 (diff) | |
download | openttd-8c458c153dfc3d31aacda6b270e8f3d36cefb6dc.tar.xz |
(svn r27990) -Update: Docs
Diffstat (limited to 'bin/ai')
-rw-r--r-- | bin/ai/compat_1.7.nut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ai/compat_1.7.nut b/bin/ai/compat_1.7.nut index 1290443c4..6eb0c980e 100644 --- a/bin/ai/compat_1.7.nut +++ b/bin/ai/compat_1.7.nut @@ -7,4 +7,4 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>. */ -GSLog.Info("1.7 API compatibility in effect."); +AILog.Info("1.7 API compatibility in effect."); |