mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 08:39:12 +00:00
typo fix
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user