fix fire from campfire#2

This commit is contained in:
mihri 2017-12-14 09:38:26 +01:00
parent 0ce137420f
commit 03bc04bf68
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ public class campfire_2 extends Furniture implements Listener{
fArmorStand stand = (fArmorStand) pack;
if(stand.isSmall() && pack.isInvisible()){
packet = stand;
if(packet.isFire()) {
break;
}
}
}
}