mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-22 07:59:19 +01:00
The wudmad loading doesn't require any key..
This commit is contained in:
parent
3b0b5b982f
commit
2c3c25d806
@ -21,7 +21,7 @@ import lombok.val;
|
|||||||
|
|
||||||
public class WumadLoader {
|
public class WumadLoader {
|
||||||
|
|
||||||
public static WumadInfo load(File wumadFile, byte[] commonKey) throws IOException, ParserConfigurationException, SAXException, ParseException {
|
public static WumadInfo load(File wumadFile) throws IOException, ParserConfigurationException, SAXException, ParseException {
|
||||||
return WumadParser.createWumadInfo(wumadFile);
|
return WumadParser.createWumadInfo(wumadFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user