Nevermind, reverting to beta for last pre-release

This commit is contained in:
Anuken
2020-11-29 10:37:07 -05:00
parent 8f186a16b3
commit e3f2966db3
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ public class Lightning{
world.raycastEach(World.toTile(from.getX()), World.toTile(from.getY()), World.toTile(to.getX()), World.toTile(to.getY()), (wx, wy) -> {
Tile tile = world.tile(wx, wy);
if(tile != null && tile.block().insulated){
if(tile != null && tile.block().insulated && tile.team() != team){
bhit = true;
//snap it instead of removing
lines.get(lines.size -1).set(wx * tilesize, wy * tilesize);