ontick -> onTick in Brightness

This commit is contained in:
Daniella / Tove 2023-09-29 08:11:00 +02:00
parent 36c8e07b8d
commit c2230feb30
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F

View file

@ -20,7 +20,7 @@ public class Brightness extends Module {
}
@Subscribe
public void ontick(SafeTickEvent event) {
public void onTick(SafeTickEvent event) {
Minecraft.getMinecraft().gameSettings.gammaSetting=100f;
}