mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 09:01:32 +01:00
fix
This commit is contained in:
parent
05fb9d60bf
commit
da32a4806b
@ -17,7 +17,7 @@ public class OptifinePatch {
|
||||
}
|
||||
optifineConfig.createNewFile();
|
||||
FileOutputStream outputStream = new FileOutputStream(optifineConfig);
|
||||
String str = "ofFastRender:true";
|
||||
String str = "ofFastRender:false";
|
||||
byte[] strToBytes = str.getBytes();
|
||||
outputStream.write(strToBytes);
|
||||
|
||||
@ -30,5 +30,6 @@ public class OptifinePatch {
|
||||
public static void start() {
|
||||
optifineConfig.delete();
|
||||
optifineConfigOriginal.renameTo(optifineConfig);
|
||||
Minecraft.getMinecraft().gameSettings.loadOptions();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user