Skip to content

Commit

Permalink
Remove Favslev from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed May 20, 2016
1 parent 1ed62f3 commit 91ad47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def copy_folder(src, dst):
os.remove(new_ext);
os.remove(new_sqm);

for t in ["VR","utes","Sara","fallujah","Chernarus","Chernarus_Summer","Takistan","Zargabad","Desert_E","ProvingGrounds_PMC","Shapur_BAF","mbg_celle2","Stratis","bozcaada","Lost","LostW","Kunduz","Altis","lingor3","panthera3","vt5","mske","torabora","FDF_Isle1_a","favslev25","Woodland_ACR","Bootcamp_ACR"]:
for t in ["VR","utes","Sara","fallujah","Chernarus","Chernarus_Summer","Takistan","Zargabad","Desert_E","ProvingGrounds_PMC","Shapur_BAF","mbg_celle2","Stratis","bozcaada","Lost","LostW","Kunduz","Altis","lingor3","panthera3","vt5","mske","torabora","FDF_Isle1_a","Woodland_ACR","Bootcamp_ACR"]:
try:
subprocess.check_output([
"makepbo",
Expand Down

0 comments on commit 91ad47d

Please sign in to comment.