Skip to content

Commit

Permalink
Fix #923
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 22, 2013
1 parent 3a31772 commit 16217ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/patches.xml
Expand Up @@ -1759,4 +1759,9 @@
<replaceMethodCall method="equals" code="$_ = true;" index="0">getName,check,handlePacket</replaceMethodCall>
</class>
</tagApi>
<dimensionalDoors>
<class id="StevenDimDoors.mod_pocketDim.CommonTickHandler">
<replaceFieldUsage field="hasGrownRifts" writeCode="if ($0 != null) { $0.hasGrownRifts = $_; }">onTickInGame</replaceFieldUsage>
</class>
</dimensionalDoors>
</mods>

0 comments on commit 16217ba

Please sign in to comment.