Fix flexible rails, Closes #944

This commit is contained in:
Lex Manos 2014-01-18 04:45:25 -08:00
parent b93217397c
commit 612a8a71b0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
+ */
+ public boolean isFlexibleRail(IBlockAccess world, int y, int x, int z)
+ {
+ return !func_150050_e();
+ return func_150050_e();
+ }
+
+ /**