We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633fe98 commit efb0dd0Copy full SHA for efb0dd0
src/mindustrytool/handlers/HttpServer.java
@@ -184,6 +184,7 @@ public void init() {
184
String[] commands = context.bodyAsClass(String[].class);
185
if (commands != null) {
186
for (var command : commands) {
187
+ Log.info("Execute: " + command);
188
ServerCommandHandler.getHandler().handleMessage(command);
189
}
190
0 commit comments