This commit is contained in:
Anuken
2021-06-22 16:54:32 -04:00
parent d468a4f328
commit c404e7e1c6

View File

@@ -267,6 +267,7 @@ public class HudFragment extends Fragment{
//core info //core info
parent.fill(t -> { parent.fill(t -> {
t.top(); t.top();
t.visible(() -> shown);
t.name = "coreinfo"; t.name = "coreinfo";