mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-30 20:39:21 +00:00
Fix AsteorBar protocol
This commit is contained in:
@@ -48,7 +48,7 @@ public class AsteorBarProtocol implements LeavesProtocol {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ProtocolHandler.MinecraftRegister(onlyNamespace = true)
|
@ProtocolHandler.MinecraftRegister(onlyNamespace = true)
|
||||||
public static void onPlayerSubscribed(@NotNull ServerPlayer player) {
|
public static void onPlayerSubscribed(@NotNull ServerPlayer player, ResourceLocation id) {
|
||||||
players.add(player);
|
players.add(player);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user