Skip to content

Commit

Permalink
Merge pull request #658 from Gage307/development
Browse files Browse the repository at this point in the history
Forgot to add PluginDescriptor
  • Loading branch information
chsami authored Jan 24, 2025
2 parents c6ee1db + d3361ad commit 7fc4e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
String Cicire = "<html>[<font color=#68ff00>Ci</font>] ";
String Budbomber = "<html>[<font color='#0077B6'>bb</font>]";
String ChillX = "<html>[<font color=#05e1f5>C</font>] ";

String Gage = "<html>[<font color=#00008B>Gage</font>]";

String name();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import java.awt.*;

@PluginDescriptor(
name = PluginDescriptor.Default + "Lunar Tablets",
name = PluginDescriptor.Gage + "Lunar Tablets",
description = "Creates Lunar teleport tablets",
tags = {"Lunar Tablets mm Money making", "microbot"},
enabledByDefault = false
Expand Down

0 comments on commit 7fc4e03

Please sign in to comment.