mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-02 03:19:10 +00:00
(svn r15528) -Fix (r15525): Check should be the other way around (thanks SmatZ).
This commit is contained in:
@@ -58,7 +58,7 @@ static void Load_AIPL()
|
||||
_ai_saveload_version = -1;
|
||||
SlObject(NULL, _ai_company);
|
||||
|
||||
if (!_networking || _network_server) {
|
||||
if (_networking && !_network_server) {
|
||||
AIInstance::LoadEmpty();
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user