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; return null;
} }
public URL getExtendenHookFile() { public URL getExtendedHookFile() {
try { try {
return new URL(properties.get("hooks") + "&extended=true"); return new URL(properties.get("hooks") + "&extended=true");
} catch (MalformedURLException e) { } catch (MalformedURLException e) {