Skip to content

Commit

Permalink
Fix entity transfers being repeated forever
Browse files Browse the repository at this point in the history
  • Loading branch information
Hornwitser committed Sep 8, 2024
1 parent df8118e commit 721076e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ export class InstancePlugin extends BaseInstancePlugin {
});
// Entities
let entityTransfers = edge.pendingCommand.entityTransfers;
edge.pendingCommand.entityTransfers = [];
// Fluids
let fluidTransfers = mapToArray(edge.pendingCommand.fluidTransfers);
// Power
Expand Down

0 comments on commit 721076e

Please sign in to comment.