parent
59c38e589b
commit
4ebbcfd0ae
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ public class IndevVanillaTweakInjector implements IClassTransformer {
|
|||
return bytes;
|
||||
}
|
||||
|
||||
System.out.println("Probably the minecraft class (it has run && is applet!): " + name);
|
||||
System.out.println("Probably the Minecraft class (it has run && is applet!): " + name);
|
||||
|
||||
final ListIterator<AbstractInsnNode> iterator = runMethod.instructions.iterator();
|
||||
int firstSwitchJump = -1;
|
||||
|
@ -82,7 +82,7 @@ public class IndevVanillaTweakInjector implements IClassTransformer {
|
|||
|
||||
public static File inject() {
|
||||
// Speed up imageloading
|
||||
System.out.println("Turning of ImageIO disk-caching");
|
||||
System.out.println("Turning off ImageIO disk-caching");
|
||||
ImageIO.setUseCache(false);
|
||||
|
||||
VanillaTweakInjector.loadIconsOnFrames();
|
||||
|
|
|
@ -77,7 +77,7 @@ public class VanillaTweakInjector implements IClassTransformer {
|
|||
|
||||
public static File inject() {
|
||||
// Speed up imageloading
|
||||
System.out.println("Turning of ImageIO disk-caching");
|
||||
System.out.println("Turning off ImageIO disk-caching");
|
||||
ImageIO.setUseCache(false);
|
||||
|
||||
loadIconsOnFrames();
|
||||
|
|
Loading…
Reference in a new issue