Skip to content

Commit

Permalink
Update ClientEvents.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowHorizon authored Aug 30, 2024
1 parent a815532 commit a81eb93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ object ClientEvents {
var clazz: Class<*>? = null
try {
clazz = Class.forName("net.optifine.shaders.Shaders")
} catch (ClassNotFoundException e) {
} catch (e: ClassNotFoundException) {
// Оптифайна нет
}
return clazz != null;
Expand Down

0 comments on commit a81eb93

Please sign in to comment.