Better point+click in snowy areas.

This commit is contained in:
ryanhamshire 2016-04-15 20:22:59 -07:00
parent 374f5c8117
commit ce16324209

View File

@ -2538,7 +2538,8 @@ class PlayerEventHandler implements Listener
if(type != Material.AIR &&
(!passThroughWater || type != Material.STATIONARY_WATER) &&
(!passThroughWater || type != Material.WATER) &&
type != Material.LONG_GRASS) return result;
type != Material.LONG_GRASS &&
type != Material.SNOW) return result;
}
return result;