Small brain
This commit is contained in:
		| @@ -42,18 +42,6 @@ public enum PathingBlockType { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     public static PathingBlockType fromBits(boolean b1, boolean b2) { |     public static PathingBlockType fromBits(boolean b1, boolean b2) { | ||||||
|         if (b1) { |         return b1 ? b2 ? SOLID : AVOID : b2 ? WATER : AIR; | ||||||
|             if (b2) { |  | ||||||
|                 return PathingBlockType.SOLID; |  | ||||||
|             } else { |  | ||||||
|                 return PathingBlockType.AVOID; |  | ||||||
|             } |  | ||||||
|         } else { |  | ||||||
|             if (b2) { |  | ||||||
|                 return PathingBlockType.WATER; |  | ||||||
|             } else { |  | ||||||
|                 return PathingBlockType.AIR; |  | ||||||
|             } |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user