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

Commit cd13b16

Browse files
author
Kier Davis
committed
Added some debugging
1 parent 1b97e0a commit cd13b16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: UltraCommand
2-
version: 0.5.2
2+
version: 0.5.3
33
author: Kier Davis <kierdavis@gmail.com>
44

55
main: com.kierdavis.ultracommand.UltraCommand

src/UltraCommand.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ public boolean doCommand(Player player, String[] parts) {
328328
ccc = thisCCC;
329329
}
330330

331+
getLogger().info(ccc.toString());
332+
getLogger().info(thisCCC.toString());
333+
getLogger().info(cmdName.toString());
334+
getLogger().info(thisCmdName.toString());
335+
331336
b.append(" ").append(parts[i]);
332337
}
333338

0 commit comments

Comments
 (0)