mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-02-11 03:29:53 +00:00
Remove sneaky println
Accidentally left a System.out.println statement in that wasn't supposed to be there.
This commit is contained in:
parent
69e2f6fd8d
commit
671312c3cf
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ public class ParticleStyleManager {
|
|||
}
|
||||
}
|
||||
styles.add(style);
|
||||
System.out.println("[PlayerParticles] Registered style: " + style.getName());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue