2
0
mirror of https://github.com/PaperMC/Velocity.git synced 2025-03-07 15:57:17 +08:00

Forgot this

This commit is contained in:
Andrew Steinborn 2018-11-20 00:50:16 -05:00
parent 8685b04772
commit 99960e5dd9

View File

@ -7,6 +7,6 @@ public class ProxyReloadEvent {
@Override
public String toString() {
return "ProxyInitializeEvent";
return "ProxyReloadEvent";
}
}