We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f926c79 commit 00833caCopy full SHA for 00833ca
src/main/java/net/hypixel/modapi/packet/impl/clientbound/event/ClientboundLocationPacket.java
@@ -91,7 +91,7 @@ public Optional<String> getMap() {
91
92
@Override
93
public String toString() {
94
- return "ClientboundLocationEventPacket{" +
+ return "ClientboundLocationPacket{" +
95
"serverName='" + serverName + '\'' +
96
", serverType='" + serverType + '\'' +
97
", lobbyName='" + lobbyName + '\'' +
0 commit comments