Fixed build shader / Server now displays map directory

This commit is contained in:
Anuken
2019-02-06 13:59:10 -05:00
parent 4f9e64588f
commit 25658f2a0a
4 changed files with 13 additions and 12 deletions

View File

@@ -251,7 +251,7 @@ public class PlacementFragment extends Fragment{
//update category empty values
for(Category cat : Category.values()){
Array<Block> blocks = getByCategory(cat);
categoryEmpty[cat.ordinal()] = returnArray.isEmpty() || !returnArray.first().unlocked();
categoryEmpty[cat.ordinal()] = blocks.isEmpty() || !blocks.first().unlocked();
}
int f = 0;