Prevent smoke while placing

This commit is contained in:
Patrick 'Quezler' Mounier 2020-01-05 10:35:15 +01:00
parent 2b4401c753
commit 2ce30ece6c
No known key found for this signature in database
GPG Key ID: 0D6CA7326C76D8EA

View File

@ -157,7 +157,7 @@ public class CraterConveyor extends BaseConveyor{
class CraterConveyorEntity extends BaseConveyorEntity{
float lastFrameUpdated = -1;
int link;
int link = Pos.invalid;
float reload;
@Override