Skip to content

Commit

Permalink
Better legion support
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervanh committed May 3, 2016
1 parent e85ef27 commit 3c3c7ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"display_name": "Hotbuild2 DEV",
"description": "Map 1 Key to multiple build actions and more... (See forum link for screenshots and instructions.)",
"author": "proeleert, tripax, cola_colin",
"version": "1.46",
"version": "1.47",
"build": "94157",
"date": "2016/04/30",
"signature": " ",
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion ui/mods/hotbuild2/settings/hotbuild_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var hotbuildsettings = (function () {
var results = bif.getBuildableUnitIDs(); //vanilla
try{
//LEGION Support
var legionresults = bif.getBuildableUnitIDs("legion_overwatch");
var legionresults = bif.getBuildableUnitIDs("l_overwatch");
results = _.union(results,legionresults);

}catch(e){
Expand Down

0 comments on commit 3c3c7ea

Please sign in to comment.