mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix CanHarmPlayers in Material.cs
- Add flowing lava - Remove stationary water Reported by Pokechu22 :)
This commit is contained in:
parent
49702e30b8
commit
00131de08b
1 changed files with 1 additions and 1 deletions
|
|
@ -335,8 +335,8 @@
|
||||||
{
|
{
|
||||||
case Material.Fire:
|
case Material.Fire:
|
||||||
case Material.Cactus:
|
case Material.Cactus:
|
||||||
|
case Material.Lava:
|
||||||
case Material.StationaryLava:
|
case Material.StationaryLava:
|
||||||
case Material.StationaryWater:
|
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue