Skip to content

Commit

Permalink
Fix #850
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jul 5, 2013
1 parent d92598b commit 481c93a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/patches-deobfuscated.xml
Expand Up @@ -1503,10 +1503,11 @@
<synchronize field="$1">addStackToList</synchronize>
</class>
<class id="appeng.me.tile.TileController">
<newField field="staticLock" class="java.lang.Object" static=""/>
<replaceInitializer field="WaitingQueue" class="nallar.collections.ConcurrentLinkedQueueList"/>
<replaceInitializer field="CraftingQueue" class="nallar.collections.ConcurrentLinkedQueueList"/>
<synchronize field="CManager.getPrereqs()">getJobList,getJobStatus,cancelJob</synchronize>
<synchronize>getCellArray,^method:TileEntity/updateEntity^,advanceCraftingCursor,resetWaitingQueue</synchronize>
<synchronize field="staticLock">getCellArray,^method:TileEntity/updateEntity^,advanceCraftingCursor,resetWaitingQueue</synchronize>
</class>
<class id="appeng.me.tile.TileDrive">
<synchronize>getCellArray,resetCache</synchronize>
Expand Down

0 comments on commit 481c93a

Please sign in to comment.