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

Commit

Permalink
Added note about DEBUG command
Browse files Browse the repository at this point in the history
  • Loading branch information
BGHDDevelopment committed Mar 15, 2020
1 parent 3808823 commit dd39d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/me/AsVaidas/LuckPemsGUI/Tools.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public static void onAsync(Runnable runnable) {
}

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

0 comments on commit dd39d90

Please sign in to comment.