Skip to content

Commit

Permalink
rename one element of salepoint API
Browse files Browse the repository at this point in the history
  • Loading branch information
techno-sam committed Aug 7, 2024
1 parent b2a5936 commit 5cf05fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public final Map<String, Object> getTransaction() throws LuaException {
throw new LuaException("No transaction is currently active");
return Map.of(
"object", blockEntity.getSalepointState().writeForComputerCraft(),
"totalPrice", transaction.totalPrice(),
"unitPrice", transaction.totalPrice(),
"targetCount", transaction.multiplier(),
"currentCount", transaction.progress()
);
Expand Down

0 comments on commit 5cf05fc

Please sign in to comment.