Skip to content

Commit 00833ca

Browse files
committed
fix: change toString of ClientboundLocationPacket to be correct class name
1 parent f926c79 commit 00833ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/hypixel/modapi/packet/impl/clientbound/event/ClientboundLocationPacket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public Optional<String> getMap() {
9191

9292
@Override
9393
public String toString() {
94-
return "ClientboundLocationEventPacket{" +
94+
return "ClientboundLocationPacket{" +
9595
"serverName='" + serverName + '\'' +
9696
", serverType='" + serverType + '\'' +
9797
", lobbyName='" + lobbyName + '\'' +

0 commit comments

Comments
 (0)