Skip to content

Commit

Permalink
Potential fix (completely untested) for #1235
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Mar 21, 2018
1 parent d49a425 commit 0f9d061
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/patches.xml
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,10 @@
<replaceInitializer field="tickingGridsToRemove" class="nallar.collections.CLinkedHashSet"/>
<replaceInitializer field="tickConduit" class="nallar.collections.CLinkedHashSet"/>
<replaceInitializer field="tickConduitToAdd" class="nallar.collections.CLinkedHashSet"/>
<synchronize field="thermalexpansion.part.conduit.GridFormer.tickLock">tickEnd</synchronize>
</class>
<class id="thermalexpansion.part.conduit.ConduitBase">
<synchronize field="thermalexpansion.part.conduit.GridFormer.tickLock">load,onChunkUnload</synchronize>
</class>
<class id="thermalexpansion.part.conduit.fluid.GridFluid">
<final field="worldObj"/>
Expand Down

1 comment on commit 0f9d061

@LunNova
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also #1258

Please sign in to comment.