More precision in block stats

This commit is contained in:
Anuken
2025-08-15 20:35:36 -04:00
parent 915c8090c7
commit 8251b33a03
7 changed files with 11 additions and 16 deletions

View File

@@ -988,6 +988,7 @@ public class HudFragment{
table.table().update(t -> {
if(player.unit() instanceof Payloadc payload){
if(count[0] != payload.payloadUsed()){
t.clear();
payload.contentInfo(t, 8 * 2, 275f);
count[0] = payload.payloadUsed();
}