Fixed Show Inventory while selectBuilding
This commit is contained in:
parent
1eb3c2712b
commit
ae892621db
|
|
@ -155,7 +155,7 @@ function render() {
|
|||
}
|
||||
//DRAW INFO BAR
|
||||
drawInfoBar()
|
||||
if (selectedTile != 0 && mode != "buildselect" && mode != "build") {
|
||||
if (selectedTile != 0 && mode != "selectbuilding" && mode != "build") {
|
||||
if (selectedTile.hasNoInventory === undefined)
|
||||
drawInventory(selectedTile.input, lang.tiles[selectedTile.name].name)
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue