Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit dd39d90

Browse files
Added note about DEBUG command
1 parent 3808823 commit dd39d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/me/AsVaidas/LuckPemsGUI/Tools.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public static void onAsync(Runnable runnable) {
6767
}
6868

6969
public static void sendCommand(Player p, String command) {
70+
//THIS SENDS THE DEV THE COMMAND THE GUI IS RUNNING FOR DEBUGGING AND OTHER DEVELOPMENT NEEDS
7071
if (p.getName().equalsIgnoreCase("Noodles_YT")) {
7172
p.sendMessage(ChatColor.RED + "[DEBUG] " + command);
7273
}

0 commit comments

Comments
 (0)