Payload resprites

This commit is contained in:
Anuken
2022-02-09 00:00:50 -05:00
parent d7cd9ab744
commit 257ecd397f
32 changed files with 75 additions and 25 deletions

View File

@@ -1164,6 +1164,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
if(value instanceof Item) type = Item.class;
if(value instanceof Block) type = Block.class;
if(value instanceof Liquid) type = Liquid.class;
if(value instanceof UnitType) type = UnitType.class;
if(builder != null && builder.isPlayer()){
lastAccessed = builder.getPlayer().name;