Skip to content

Commit

Permalink
Fix flexible rails, Closes #944
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Jan 18, 2014
1 parent b932173 commit 612a8a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
+ */
+ public boolean isFlexibleRail(IBlockAccess world, int y, int x, int z)
+ {
+ return !func_150050_e();
+ return func_150050_e();
+ }
+
+ /**
Expand Down

0 comments on commit 612a8a7

Please sign in to comment.