Skip to content

Commit

Permalink
Delete System.out
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Aug 15, 2024
1 parent 51d4fb1 commit 5efbca6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pluginVersion=1.5.5
pluginVersion=1.5.6

minecraftVersion=1.20.1
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ public void onCommandPreProcess(PlayerCommandPreprocessEvent event) {
return;
}

for (String var : possibleCommands) {
System.out.println(var);
}

event.setMessage(event.getMessage().replaceFirst(commandStringWithVar, "/" + possibleCommands.get(0)));
}
}

0 comments on commit 5efbca6

Please sign in to comment.