This commit is contained in:
Anuken
2022-02-17 10:44:01 -05:00
parent fd764bd517
commit 61fea0337f
6 changed files with 12 additions and 13 deletions

View File

@@ -828,8 +828,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
return null;
}
public @Nullable
PayloadSeq getBlockPayloads(){
public @Nullable PayloadSeq getPayloads(){
return null;
}