Update ServerCommand.java

This commit is contained in:
Caydenn 2024-09-28 19:53:06 -04:00 committed by GitHub
parent 39feb26c93
commit 95794bba6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,6 +221,6 @@ public final class ServerCommand implements Listener {
}
}
LOGGER.log(Level.INFO, "Console command: " + command);
LOGGER.log(Level.INFO, "Console/Commandblock command: " + command);
}
}