Skip to content

Commit

Permalink
Fix #784
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 14, 2013
1 parent d7a66ad commit 64e423a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/patches.xml
Expand Up @@ -1658,4 +1658,9 @@
<ignoreExceptions type="java.lang.NullPointerException">onUpdate</ignoreExceptions>
</class>
</mekanism>
<magicBees>
<class id="magicbees.world.WorldTicker">
<replaceNew oldClass="java.util.LinkedList" newClass="nallar.collections.ConcurrentLinkedQueueList">queueChunkCoords</replaceNew>
</class>
</magicBees>
</mods>

0 comments on commit 64e423a

Please sign in to comment.