Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
melodeu committed Dec 26, 2024
1 parent 5699d5f commit 45c27e0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public ActiveMods() {
font = font20;
}



@Override
public void onEnable() {
switch ((String) getSettingByName("Size").value) {
Expand All @@ -43,7 +41,6 @@ public void onEnable() {
@Subscribe
public void on2D(Render2DEvent event) {
if (mc.options.debugEnabled) {
System.out.println("just test");
return;
}

Expand Down

0 comments on commit 45c27e0

Please sign in to comment.