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:
@@ -778,6 +778,7 @@ public class HudFragment extends Fragment{
|
||||
}
|
||||
|
||||
private void addInfoTable(Table table){
|
||||
table.name = "infotable";
|
||||
table.left();
|
||||
|
||||
var count = new float[]{-1};
|
||||
|
||||
Reference in New Issue
Block a user