We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6796d84 commit 68e4b02Copy full SHA for 68e4b02
1 file changed
src/main/java/top/zoyn/particlelib/pobject/ParticleObject.java
@@ -34,7 +34,6 @@ public abstract class ParticleObject {
34
private Object data = null;
35
private Color color;
36
private Entity entity;
37
- private BukkitTask attachTask;
38
/**
39
* X的变化量
40
*/
@@ -153,7 +152,6 @@ public void turnOffTask() {
153
152
if (task != null) {
154
running = false;
155
task.cancel();
156
- attachTask.cancel();
157
setShowType(ShowType.NONE);
158
}
159
0 commit comments