Better point+click in snowy areas.
This commit is contained in:
parent
374f5c8117
commit
ce16324209
|
|
@ -2538,7 +2538,8 @@ class PlayerEventHandler implements Listener
|
||||||
if(type != Material.AIR &&
|
if(type != Material.AIR &&
|
||||||
(!passThroughWater || type != Material.STATIONARY_WATER) &&
|
(!passThroughWater || type != Material.STATIONARY_WATER) &&
|
||||||
(!passThroughWater || type != Material.WATER) &&
|
(!passThroughWater || type != Material.WATER) &&
|
||||||
type != Material.LONG_GRASS) return result;
|
type != Material.LONG_GRASS &&
|
||||||
|
type != Material.SNOW) return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user