Skip to content

Commit

Permalink
Fix second issue in #815
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 1, 2013
1 parent 204424e commit 5f15eea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/patches.xml
Expand Up @@ -118,8 +118,10 @@
<newField static="" field="nextEntryID_" class="java.util.concurrent.atomic.AtomicLong"/>
<insertAfter field="tickEntryID" code="this.$field = this.nextEntryID_.getAndIncrement();"/>
</class>
<class id="net.minecraft.world.WorldServer" env="forge">
<removeFieldAndInitializers field="pendingTickListEntries"/>
</class>
<class id="net.minecraft.world.WorldServer">
<removeFieldAndInitializers field="pendingBlockUpdates"/>
<addAll fromClass="nallar.patched.world.PatchWorldServer"/>
<profile>tickBlocksAndAmbiance</profile>
<profile>tick</profile>
Expand Down

0 comments on commit 5f15eea

Please sign in to comment.