Fix build

Passes on my machine, but not jenkins
This commit is contained in:
modmuss50 2019-11-13 09:16:27 +00:00
parent f8dd6f56ee
commit dda4291687

View file

@ -222,6 +222,7 @@ public class ModProcessor {
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }
return null; return null;
} }
} }