mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 14:41:19 +00:00
Made error message about missing Python support more clear
(suggested by zookeeper)
This commit is contained in:
parent
e08f8d1c3c
commit
fece517b69
@ -201,7 +201,7 @@ ai_interface* create_ai(const std::string& name, ai_interface::info& info)
|
||||
return new python_ai(info);
|
||||
#else
|
||||
{
|
||||
LOG_STREAM(err, ai) << "Python AI is not available!\n";
|
||||
LOG_STREAM(err, ai) << "No Python AI support available in this Wesnoth version!\n";
|
||||
return new ai2(info);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user