mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:31:32 +01:00
Fix #2 for Optifine Tweaker
This commit is contained in:
parent
33dbe14124
commit
a6b499c605
@ -21,6 +21,7 @@ public class SilentClientTweaker implements ITweaker {
|
|||||||
Class.forName("optifine.Patcher");
|
Class.forName("optifine.Patcher");
|
||||||
hasOptifine = true;
|
hasOptifine = true;
|
||||||
Client.logger.info("Optifine detected!");
|
Client.logger.info("Optifine detected!");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
catch(ClassNotFoundException e) {
|
catch(ClassNotFoundException e) {
|
||||||
Client.logger.info("Optifine not found!");
|
Client.logger.info("Optifine not found!");
|
||||||
|
Loading…
Reference in New Issue
Block a user