mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 08:39:33 +00:00
Type fixes
This commit is contained in:
@@ -20,7 +20,7 @@ import org.parabot.core.asm.wrappers.Super;
|
|||||||
*
|
*
|
||||||
* @author Dane
|
* @author Dane
|
||||||
*
|
*
|
||||||
* hehehehheHEUhehEUHehueUheUHEUeU
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class JSONHookParser extends HookParser {
|
public class JSONHookParser extends HookParser {
|
||||||
@@ -37,7 +37,7 @@ public class JSONHookParser extends HookParser {
|
|||||||
try {
|
try {
|
||||||
parser.parse(new InputStreamReader(file.getInputStream()));
|
parser.parse(new InputStreamReader(file.getInputStream()));
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
throw new RuntimeException("Unable to pares hooks: " + t);
|
throw new RuntimeException("Unable to parse hooks: " + t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user