Fix build

Passes on my machine, but not jenkins
dev/0.11
modmuss50 2019-11-13 09:16:27 +00:00
parent f8dd6f56ee
commit dda4291687
1 changed files with 1 additions and 0 deletions

View File

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