From a33867618c894c4a470368e61a975f7863ffab07 Mon Sep 17 00:00:00 2001
From: Yedelo <158670400+yedelo@users.noreply.github.com>
Date: Sat, 8 Aug 2026 18:36:37 -0400
Subject: [PATCH] incredibly important documentation update
---
.../org/polyfrost/oneconfig/api/hypixel/v1/HypixelUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/utils/src/main/java/org/polyfrost/oneconfig/api/hypixel/v1/HypixelUtils.java b/modules/utils/src/main/java/org/polyfrost/oneconfig/api/hypixel/v1/HypixelUtils.java
index 8d19042dd..032bd7782 100644
--- a/modules/utils/src/main/java/org/polyfrost/oneconfig/api/hypixel/v1/HypixelUtils.java
+++ b/modules/utils/src/main/java/org/polyfrost/oneconfig/api/hypixel/v1/HypixelUtils.java
@@ -52,7 +52,7 @@
* Hypixel API wrapper for OneConfig.
*
* When this class is first referenced, it will set up the Hypixel API handlers for you. After that, all the methods for sending and receiving packets
- * are available directly from their classes, such as {@link HypixelModAPI#registerHandler(Class, ClientboundPacketHandler)}.
+ * are available directly from their classes, such as {@link HypixelModAPI#createHandler(Class, ClientboundPacketHandler)}.
*
* This class is a simple wrapper around this functionality, providing a simple way to access the Hypixel API.
*