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