diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-08-31 02:22:54 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-08-31 02:22:54 +1000 |
commit | 4e353a8aaa222cd888bdc3e22c14cda4523ff71b (patch) | |
tree | 078309779eaff996319b6cc6eb1d7b7a935d88d2 /src/Java/gtPlusPlus/preloader/DevHelper.java | |
parent | d90c23ef2fbd7f9f1733b5e041c2a9098684e00f (diff) | |
download | GT5-Unofficial-4e353a8aaa222cd888bdc3e22c14cda4523ff71b.tar.gz GT5-Unofficial-4e353a8aaa222cd888bdc3e22c14cda4523ff71b.tar.bz2 GT5-Unofficial-4e353a8aaa222cd888bdc3e22c14cda4523ff71b.zip |
+ Actually uploaded all of the assets for the new covers, items & overlays.
% Renamed IChunkLoader.java to IChunkLoaderTile.java.
Diffstat (limited to 'src/Java/gtPlusPlus/preloader/DevHelper.java')
-rw-r--r-- | src/Java/gtPlusPlus/preloader/DevHelper.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/preloader/DevHelper.java b/src/Java/gtPlusPlus/preloader/DevHelper.java index 80830e869b..5b6a92b8f5 100644 --- a/src/Java/gtPlusPlus/preloader/DevHelper.java +++ b/src/Java/gtPlusPlus/preloader/DevHelper.java @@ -27,6 +27,7 @@ public class DevHelper { } + @SuppressWarnings("rawtypes") public Method getForgeMethod(Class c, String s, Class... varags) { String s1, s2; Method a, b; |