Skip to content

Commit

Permalink
Another attempt at fixing MFFS infinite loop
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 18, 2013
1 parent 5226ce5 commit 58ba171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/patches.xml
Expand Up @@ -1320,7 +1320,7 @@
<replaceInitializer field="Jammer" class="java.util.concurrent.ConcurrentHashMap"/>
</class>
<class id="mods.mffs.common.tileentity.TileEntityProjector">
<synchronize>calculateField(Z)Z</synchronize>
<synchronize>calculateField(Z)Z,getInteriorPoints</synchronize>
<replaceMethod code="{
^class:ItemStack^ i = ^method:IInventory/getStackInSlot^(1);
return i != null &amp;&amp; i.^method:ItemStack/getItem^() instanceof mods.mffs.common.modules.ModuleBase;
Expand Down

0 comments on commit 58ba171

Please sign in to comment.