Skip to content

Commit

Permalink
fix: print 1 while game start.
Browse files Browse the repository at this point in the history
  • Loading branch information
MegumiKasuga committed Nov 12, 2024
1 parent 317ec0f commit 4da66b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CommandReg(String registrationKey) {
* @return The Reg itself
*/
public CommandReg addLiteral(String string, boolean isOptional) {
System.out.println(tree.leaves.size());
// System.out.println(tree.leaves.size());
tree.addLiteral(isOptional, string);
if(this.optionalStartFlag && !isOptional){
throw new IllegalArgumentException();
Expand Down

0 comments on commit 4da66b1

Please sign in to comment.