Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
Remove debug code
Dieser Commit ist enthalten in:
Ursprung
7834acd67f
Commit
c0becce276
@ -90,8 +90,6 @@ public class VelocityCommandManager implements CommandManager {
|
||||
Preconditions.checkNotNull(source, "source");
|
||||
Preconditions.checkNotNull(cmdLine, "cmdLine");
|
||||
|
||||
System.out.println("\"" + cmdLine + "\"");
|
||||
|
||||
int firstSpace = cmdLine.indexOf(' ');
|
||||
if (firstSpace == -1) {
|
||||
// Offer to fill in commands.
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren