mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-07-31 09:52:42 +00:00
Remove debug broadcast
This commit is contained in:
parent
79b18b7e88
commit
a16c3ccbab
1 changed files with 0 additions and 2 deletions
|
@ -172,10 +172,8 @@ public class DataManager {
|
|||
final PPlayer loadedPPlayer = new PPlayer(playerUUID, groups, fixedParticles);
|
||||
|
||||
sync(() -> {
|
||||
Bukkit.broadcastMessage("About to add PPlayer");
|
||||
if (getPPlayer(playerUUID) == null) { // Make sure the PPlayer still isn't added, since this is async it's possible it got ran twice
|
||||
ParticleManager.particlePlayers.add(loadedPPlayer);
|
||||
Bukkit.broadcastMessage("Added PPlayer: " + ParticleManager.particlePlayers.size());
|
||||
callback.execute(loadedPPlayer);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue