This commit is contained in:
Clisprail
2014-08-07 19:36:27 +02:00
parent b4c18eff30
commit 5154c0d9cd
@@ -58,7 +58,7 @@ public class ServerProviderInfo {
return null;
}
public URL getExtendenHookFile() {
public URL getExtendedHookFile() {
try {
return new URL(properties.get("hooks") + "&extended=true");
} catch (MalformedURLException e) {