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";
}
}