Skip to content

Commit

Permalink
Should fix #934
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 23, 2013
1 parent 9da2e86 commit 7cac988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/patches.xml
Expand Up @@ -1753,7 +1753,7 @@
</class>
</magicBees>
<dimensionalDoors>
<replaceFieldUsage field="hasGrownRifts" writeCode="if ($0 != null) { $0.hasGrownRifts = $1; }"/>
<replaceFieldUsage field="hasGrownRifts" writeCode="if ($0 != null) { $proceed(); }"/>
</dimensionalDoors>
<tagApi>
<class id="org.kitteh.tag.TagAPI">
Expand Down

0 comments on commit 7cac988

Please sign in to comment.