mirror of https://github.com/OpenTTD/OpenTTD
(svn r23653) -Fix: also show GameScripts when you click Check Online Content (SubVersion does not allow translated commit messages, I am sorry) in AI / Game Settings
parent
ac306fc138
commit
8456d5de69
|
@ -797,6 +797,7 @@ struct AIConfigWindow : public Window {
|
||||||
} else {
|
} else {
|
||||||
#if defined(ENABLE_NETWORK)
|
#if defined(ENABLE_NETWORK)
|
||||||
ShowNetworkContentListWindow(NULL, CONTENT_TYPE_AI);
|
ShowNetworkContentListWindow(NULL, CONTENT_TYPE_AI);
|
||||||
|
_network_content_client.RequestContentList(CONTENT_TYPE_GAME);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue