ontick -> onTick in Brightness
This commit is contained in:
parent
36c8e07b8d
commit
c2230feb30
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue