Add co_hunted dependency until FX building works

This commit is contained in:
momo5502 2016-06-15 12:23:34 +02:00
parent 951acbb889
commit 546c60c7c7

View File

@ -212,6 +212,7 @@ namespace Components
//Maps::AddDependency("oilrig", "mp_subbase");
//Maps::AddDependency("gulag", "mp_subbase");
//Maps::AddDependency("invasion", "mp_rust");
Maps::AddDependency("co_hunted", "mp_storm");
Maps::AddDependency("^(?!mp_).*", "iw4x_dependencies_mp"); // All maps not starting with "mp_"
}