Add "infotable" name to hudfrag (#6082)

In another attempt to make my client more compatible with mods, I am adding this so it can be found by name rather than by index
This commit is contained in:
buthed010203
2021-09-30 13:01:52 -04:00
committed by GitHub
parent 6f6590d5bb
commit 78a4572388

View File

@@ -778,6 +778,7 @@ public class HudFragment extends Fragment{
}
private void addInfoTable(Table table){
table.name = "infotable";
table.left();
var count = new float[]{-1};