Skip to content

Commit

Permalink
Fix overlay name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mocrosoft committed Feb 8, 2024
1 parent 80fd7e3 commit cd8ec93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import net.runelite.api.Point;
import net.runelite.client.plugins.microbot.Microbot;
import net.runelite.client.plugins.microbot.util.walker.PathTileOverlay;
import net.runelite.client.ui.overlay.OverlayPanel;
import net.runelite.client.ui.overlay.OverlayPosition;
import net.runelite.client.ui.overlay.components.LineComponent;
Expand All @@ -24,7 +23,7 @@ public Dimension render(Graphics2D graphics) {
try {
panelComponent.setPreferredSize(new Dimension(200, 300));
panelComponent.getChildren().add(TitleComponent.builder()
.text("Micro Example V" + NmzScript.version)
.text("Micro NMZ V" + NmzScript.version)
.color(Color.GREEN)
.build());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public class NmzScript extends Script {

public static double version = 1.0;
public static double version = 1.8;

public static NmzConfig config;

Expand Down

0 comments on commit cd8ec93

Please sign in to comment.