mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-13 10:51:44 +01:00
Remove Audiences from MinecraftServer
This commit is contained in:
parent
d55e509944
commit
9789f541cf
@ -119,7 +119,6 @@ public final class MinecraftServer {
|
||||
private static BiomeManager biomeManager;
|
||||
private static AdvancementManager advancementManager;
|
||||
private static BossBarManager bossBarManager;
|
||||
private static Audiences audiences;
|
||||
|
||||
private static ExtensionManager extensionManager;
|
||||
|
||||
@ -186,7 +185,6 @@ public final class MinecraftServer {
|
||||
biomeManager = new BiomeManager();
|
||||
advancementManager = new AdvancementManager();
|
||||
bossBarManager = new BossBarManager();
|
||||
audiences = new Audiences();
|
||||
|
||||
updateManager = new UpdateManager();
|
||||
|
||||
@ -444,16 +442,6 @@ public final class MinecraftServer {
|
||||
return bossBarManager;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the audiences instance.
|
||||
*
|
||||
* @return the audiences instance
|
||||
*/
|
||||
public static Audiences getAudiences() {
|
||||
checkInitStatus(audiences);
|
||||
return audiences;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the object handling the client packets processing.
|
||||
* <p>
|
||||
|
Loading…
Reference in New Issue
Block a user