mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 04:54:28 +01:00
make pulley key null, could avoid a crash
This commit is contained in:
parent
b63466774b
commit
1de931a122
@ -106,6 +106,7 @@ public class BeltInstance extends KineticTileInstance<BeltTileEntity> {
|
||||
keys.forEach(InstanceKey::delete);
|
||||
keys.clear();
|
||||
if (pulleyKey != null) pulleyKey.delete();
|
||||
pulleyKey = null;
|
||||
}
|
||||
|
||||
private float getScrollSpeed() {
|
||||
|
Loading…
Reference in New Issue
Block a user