Fix #2 for Optifine Tweaker

This commit is contained in:
kirillsaint 2023-06-29 13:32:14 +06:00
parent 33dbe14124
commit a6b499c605
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class SilentClientTweaker implements ITweaker {
Class.forName("optifine.Patcher");
hasOptifine = true;
Client.logger.info("Optifine detected!");
return;
}
catch(ClassNotFoundException e) {
Client.logger.info("Optifine not found!");