diff options
Diffstat (limited to 'bin/ai/wrightai')
-rw-r--r-- | bin/ai/wrightai/info.nut | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ai/wrightai/info.nut b/bin/ai/wrightai/info.nut index 3cd7cfa90..7a3feb8c5 100644 --- a/bin/ai/wrightai/info.nut +++ b/bin/ai/wrightai/info.nut @@ -3,6 +3,7 @@ class WrightAI extends AIInfo { function GetAuthor() { return "OpenTTD NoAI Developers Team"; } function GetName() { return "WrightAI"; } + function GetShortName() { return "WRAI"; } function GetDescription() { return "A simple AI that tries to beat you with only aircrafts"; } function GetVersion() { return 2; } function GetDate() { return "2008-02-24"; } |