forked from SteamWar/SteamWar
Implement Linkage for LobbySystem
This commit is contained in:
@@ -45,7 +45,7 @@ public class RandomParticle implements ParticleElement {
|
||||
throw new IllegalArgumentException("ParticleEnums must not be empty");
|
||||
}
|
||||
this.randomData = new RandomData(particleEnums.length);
|
||||
Bukkit.getPluginManager().registerEvents(randomData, LobbySystem.getPlugin());
|
||||
Bukkit.getPluginManager().registerEvents(randomData, LobbySystem.getInstance());
|
||||
this.particleEnums = particleEnums;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user