mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-11 06:45:41 +00:00
Use Gson instead of json-simple
This commit is contained in:
parent
a6c6b9d8ac
commit
272e1c28c1
4 changed files with 80 additions and 57 deletions
|
@ -69,7 +69,8 @@ public class ParticleManager extends Manager implements Listener, Runnable {
|
|||
|
||||
@Override
|
||||
public void disable() {
|
||||
|
||||
if (this.particleTask != null)
|
||||
this.particleTask.cancel();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue